Resource compiler still got unnecessary precompiler defines.

This commit is contained in:
Kimmo Varis 2010-02-27 19:51:33 +08:00 committed by Daniel Marjamäki
parent 4d6810f5e9
commit 8347b9b38a
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_DEBUG"
PreprocessorDefinitions="WIN32,_DEBUG"
ResourceOutputFileName="$(IntDir)/$(InputName).res"
/>
<Tool
@ -159,7 +159,7 @@
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG"
PreprocessorDefinitions="NDEBUG,WIN32"
/>
<Tool
Name="VCPreLinkEventTool"