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_dll.vcxproj | 129 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) (limited to 'src/cppunit/cppunit_dll.vcxproj') diff --git a/src/cppunit/cppunit_dll.vcxproj b/src/cppunit/cppunit_dll.vcxproj index 2101923..292e62f 100644 --- a/src/cppunit/cppunit_dll.vcxproj +++ b/src/cppunit/cppunit_dll.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + @@ -21,11 +29,21 @@ false MultiByte + + DynamicLibrary + false + MultiByte + DynamicLibrary false MultiByte + + DynamicLibrary + false + MultiByte + @@ -33,10 +51,18 @@ + + + + + + + + .\DebugDll\ @@ -44,11 +70,22 @@ true cppunitd_dll + + .\DebugDll\ + .\DebugDll\ + true + cppunitd_dll + .\ReleaseDll\ .\ReleaseDll\ false + + .\ReleaseDll\ + .\ReleaseDll\ + false + MultiThreadedDebugDLL @@ -97,6 +134,52 @@ copy "$(TargetDir)$(TargetName).lib" ..\..\lib\$(TargetName).lib odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + true + ..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;CPPUNIT_BUILD_DLL;%(PreprocessorDefinitions) + .\DebugDll\ + .\DebugDll\cppunit_dll.pch + .\DebugDll\ + .\DebugDll\ + EnableFastChecks + + + copy "$(TargetPath)" ..\..\lib\$(TargetName).dll +copy "$(TargetDir)$(TargetName).lib" ..\..\lib\$(TargetName).lib + Copying target to lib/ + + + true + _DEBUG;%(PreprocessorDefinitions) + .\DebugDll\cppunit_dll.tlb + true + + + 0x040c + _DEBUG;%(PreprocessorDefinitions) + + + true + .\DebugDll\cppunit_dll.bsc + + + true + true + true + Console + DebugDll\cppunitd_dll.dll + .\DebugDll\cppunitd_dll.lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + MultiThreadedDLL @@ -144,6 +227,52 @@ copy "$(TargetDir)$(TargetName).lib" ..\..\lib\$(TargetName).lib odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + MultiThreadedDLL + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + true + OldStyle + ..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;CPPUNIT_BUILD_DLL;%(PreprocessorDefinitions) + .\ReleaseDll\ + .\ReleaseDll\cppunit_dll.pch + .\ReleaseDll\ + .\ReleaseDll\ + + + copy "$(TargetPath)" ..\..\lib\$(TargetName).dll +copy "$(TargetDir)$(TargetName).lib" ..\..\lib\$(TargetName).lib + Copying target to lib/ + + + true + NDEBUG;%(PreprocessorDefinitions) + .\ReleaseDll\cppunit_dll.tlb + true + + + 0x040c + NDEBUG;%(PreprocessorDefinitions) + + + true + .\ReleaseDll\cppunit_dll.bsc + + + true + true + Console + .\ReleaseDll\cppunit_dll.dll + .\ReleaseDll\cppunit_dll.lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + -- cgit v1.2.1