|
It is now possible to compile with the cl command via Custom Command.
problem:
1, how to do batch processing? I want to build directly. (CL first, then Link) (SI command can not be selected in bat format)
2. The cmd line parameters in the VS project setting are used directly. Many parameters will report errors. How to write the following cmd line:
1), generate an output directory, put the exe file generated by the file, the obj file, etc. into this folder;
2), link, and then delete the obj file etc.
3.How to add custom command to run this generated program? |
|