Resource compiler still got unnecessary precompiler defines.
This commit is contained in:
parent
4d6810f5e9
commit
8347b9b38a
|
@ -67,7 +67,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_DEBUG"
|
PreprocessorDefinitions="WIN32,_DEBUG"
|
||||||
ResourceOutputFileName="$(IntDir)/$(InputName).res"
|
ResourceOutputFileName="$(IntDir)/$(InputName).res"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
|
@ -159,7 +159,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG"
|
PreprocessorDefinitions="NDEBUG,WIN32"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"
|
Name="VCPreLinkEventTool"
|
||||||
|
|
Loading…
Reference in New Issue