Also,
I want this custom command depend on some other file, lets say the input
perl script. If my perl script changes, It has to run the commands again.
How to specify the dependencies ?
I cannot use Add_Custom_Command () with build event argument and dependency
information.
Thanks in advance,
Sur
Hello all,
In my project, I've added a custom command, which is supposed to run as POST
BUILD event. Its some thing like this.
For each of the source file in the directory, run a perl script on that
source file and create some output file.
Lets say I've 100 source files, so I end with 100 post bui