Pre-Compile Actions
-
Hello, I know in the project settings of VC++ you can perform some actions only in 'pre-link' and 'post-build' times. i have a *.bat file that i want it to run before the compilation starts..... any1 knows how can i do it? thanks in advanced Yaron Ask not what the application can do for you, ask what you can do for your application
-
Hello, I know in the project settings of VC++ you can perform some actions only in 'pre-link' and 'post-build' times. i have a *.bat file that i want it to run before the compilation starts..... any1 knows how can i do it? thanks in advanced Yaron Ask not what the application can do for you, ask what you can do for your application
In VC6 you open Project Settings dialog and go to the Pre-link Tab. Pavel Sonork 100.15206
-
In VC6 you open Project Settings dialog and go to the Pre-link Tab. Pavel Sonork 100.15206
-
Hi , thanks for your reply. pre-line is not pre-comile, i need to call the *.bat before any sort of compilation starts..... can u still help me? Yaron Ask not what the application can do for you, ask what you can do for your application
Yaron Nir wrote: pre-line is not pre-comile, i need to call the *.bat before any sort of compilation starts..... Sorry :-O If your bat file has an input file which changes, you can use a custom build rule. Otherwise I'm sorry. Pavel Sonork 100.15206
-
Hello, I know in the project settings of VC++ you can perform some actions only in 'pre-link' and 'post-build' times. i have a *.bat file that i want it to run before the compilation starts..... any1 knows how can i do it? thanks in advanced Yaron Ask not what the application can do for you, ask what you can do for your application