From d0567fcfa1e348e1bc6d91a95caa44075465bbf8 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 25 May 2013 19:16:59 +0200 Subject: add configuration for 64bit windows builds --- src/cppunit/cppunit.vcxproj | 105 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) (limited to 'src/cppunit/cppunit.vcxproj') diff --git a/src/cppunit/cppunit.vcxproj b/src/cppunit/cppunit.vcxproj index e0a1420..0367d20 100644 --- a/src/cppunit/cppunit.vcxproj +++ b/src/cppunit/cppunit.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + @@ -21,11 +29,21 @@ false MultiByte + + StaticLibrary + false + MultiByte + StaticLibrary false MultiByte + + StaticLibrary + false + MultiByte + @@ -33,20 +51,37 @@ + + + + + + + + .\Release\ .\Release\ + + .\Release\ + .\Release\ + .\Debug\ .\Debug\ $(ProjectName)d + + .\Debug\ + .\Debug\ + $(ProjectName)d + MultiThreadedDLL @@ -82,6 +117,41 @@ .\Release\cppunit.lib + + + MultiThreadedDLL + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + true + OldStyle + ..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) + .\Release\ + .\Release\cppunit.pch + .\Release\ + .\Release\ + + + copy "$(TargetPath)" ..\..\lib\$(TargetName).lib + Copying target to lib/ + + + 0x040c + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\cppunit.bsc + + + true + .\Release\cppunit.lib + + MultiThreadedDebugDLL @@ -117,6 +187,40 @@ Debug\$(TargetName).lib + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + true + ..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;WIN32;%(PreprocessorDefinitions) + .\Debug\ + .\Debug\cppunit.pch + .\Debug\ + .\Debug\ + EnableFastChecks + + + copy "$(TargetPath)" ..\..\lib\$(TargetName).lib + Copying target to lib/ + + + 0x040c + _DEBUG;%(PreprocessorDefinitions) + + + true + .\Debug\cppunit.bsc + + + true + Debug\$(TargetName).lib + + Document @@ -168,6 +272,7 @@ Level3 + Level3 -- cgit v1.2.1