ClCompile
$(MSBuildThisFileDirectory)
Build
<_waf_single_compile_command Condition="'%(ClCompile.WAF_SingleCompilationMode)' == 'Code'">
<_waf_single_compile_command Condition="'%(ClCompile.WAF_SingleCompilationMode)' == 'Disassembly'">--show-disassembly=True
<_waf_single_compile_command Condition="'%(ClCompile.WAF_SingleCompilationMode)' == 'Preprocess'">--show-preprocessed-file=True
<_waf_single_compile_command Condition="'%(ClCompile.WAF_SingleCompilationMode)' == 'Header'">--show-includes=True
Application