Fixed #1101 (link error with latest git in Visual Studio)

This commit is contained in:
Daniel Marjamäki 2009-12-18 18:29:31 +01:00
parent 2c2d68a7ef
commit b3a055e20a
2 changed files with 10 additions and 2 deletions

View File

@ -81,7 +81,7 @@
GeneratePreprocessedFile="0"
ObjectFile="temp\"
Optimization ="2"
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG"
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG,NDEBUG"
ProgramDataBaseFileName=".\"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
@ -115,7 +115,7 @@
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT"/>
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG"/>
</Configuration>
</Configurations>
<Files>
@ -149,6 +149,8 @@
RelativePath="cppcheckexecutor.cpp"/>
<File
RelativePath="..\lib\errorlogger.cpp"/>
<File
RelativePath="..\lib\executionpath.cpp"/>
<File
RelativePath="..\lib\filelister.cpp"/>
<File
@ -200,6 +202,8 @@
RelativePath="cppcheckexecutor.cpp"/>
<File
RelativePath="..\lib\errorlogger.h"/>
<File
RelativePath="..\lib\executionpath.h"/>
<File
RelativePath="..\lib\filelister.h"/>
<File

View File

@ -147,6 +147,8 @@
RelativePath="..\lib\cppcheck.cpp"/>
<File
RelativePath="..\lib\errorlogger.cpp"/>
<File
RelativePath="..\lib\executionpath.cpp"/>
<File
RelativePath="..\lib\filelister.cpp"/>
<File
@ -242,6 +244,8 @@
RelativePath="..\lib\cppcheck.h"/>
<File
RelativePath="..\lib\errorlogger.h"/>
<File
RelativePath="..\lib\executionpath.h"/>
<File
RelativePath="..\lib\filelister.h"/>
<File