Will split later into more items if needed. Dumping all here for now.
Compilation
- cl.exe: /DMyDefine1=Val1,MyDefine2=Val2
- wrappers (cl.cmd)
- cl, lib and link: @file.rsp (response files)
- account for unusual or very old source file extensions (.c++, .C). hpp?
- conflicts analysis for switches that impact IntelliSense: /TC with /TP, /D and /U
Launch
- binary target invoked via "cmd -c", "start cmd", "source", "bash", conditioned by "@if (not) exist" ... etc ...
Will split later into more items if needed. Dumping all here for now.
Compilation
Launch