From b3a055e20a47e03b15e056704db80987a57afbca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 18 Dec 2009 18:29:31 +0100 Subject: [PATCH] Fixed #1101 (link error with latest git in Visual Studio) --- cli/cppcheck.vcproj | 8 ++++++-- test/test.vcproj | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/cli/cppcheck.vcproj b/cli/cppcheck.vcproj index 941866697..01184d01e 100755 --- a/cli/cppcheck.vcproj +++ b/cli/cppcheck.vcproj @@ -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"/> + PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG"/> @@ -149,6 +149,8 @@ RelativePath="cppcheckexecutor.cpp"/> + + + +