From 6932258b5687016f35ca077dd0f107d804860b61 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 24 Sep 2012 18:01:42 +0200 Subject: [PATCH] compatido: apply x64 fixes, and renaming stuff to included vs files - tests required --- components/compatido/compatido.vcxproj | 87 +++++++++++++++++++++++--- icinga2.sln | 4 ++ 2 files changed, 83 insertions(+), 8 deletions(-) diff --git a/components/compatido/compatido.vcxproj b/components/compatido/compatido.vcxproj index a24e2e8e6..4b2992e38 100644 --- a/components/compatido/compatido.vcxproj +++ b/components/compatido/compatido.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {7D0C062E-5199-4A5F-A31C-602275EBDF63} @@ -20,33 +28,66 @@ true NotSet + + DynamicLibrary + true + NotSet + DynamicLibrary false true NotSet + + DynamicLibrary + false + true + NotSet + + + + + + + - - $(SolutionDir)\base;$(SolutionDir)\jsonrpc;$(SolutionDir)\icinga;$(SolutionDir)\cib;$(SolutionDir)\dyn;$(IncludePath) + + true + $(SolutionDir)\lib\base;$(SolutionDir)\lib\remoting;$(SolutionDir)\lib\icinga;$(SolutionDir)\lib\config;$(IncludePath) + $(OutDir);$(LibraryPath) + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ - + + true + $(SolutionDir)\lib\base;$(SolutionDir)\lib\remoting;$(SolutionDir)\lib\icinga;$(SolutionDir)\lib\config;$(IncludePath) $(OutDir);$(LibraryPath) + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + false + $(SolutionDir)\lib\base;$(SolutionDir)\lib\remoting;$(SolutionDir)\lib\icinga;$(SolutionDir)\lib\config;$(IncludePath) + $(OutDir);$(LibraryPath) + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ - - true - $(SolutionDir)\base;$(SolutionDir)\jsonrpc;$(SolutionDir)\icinga;$(SolutionDir)\cib;$(SolutionDir)\dyn;$(IncludePath) + + false + $(SolutionDir)\lib\base;$(SolutionDir)\lib\remoting;$(SolutionDir)\lib\icinga;$(SolutionDir)\lib\config;$(IncludePath) $(OutDir);$(LibraryPath) + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ @@ -57,8 +98,21 @@ true - base.lib;dyn.lib;jsonrpc.lib;icinga.lib;cib.lib;%(AdditionalDependencies) + base.lib;config.lib;remoting.lib;icinga.lib;%(AdditionalDependencies) + Windows + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;COMPATIDO_EXPORTS;%(PreprocessorDefinitions) + true + + Windows + true + base.lib;config.lib;remoting.lib;icinga.lib;%(AdditionalDependencies) @@ -74,10 +128,27 @@ true true true - base.lib;dyn.lib;jsonrpc.lib;icinga.lib;cib.lib;%(AdditionalDependencies) + base.lib;config.lib;remoting.lib;icinga.lib;%(AdditionalDependencies) Windows + + + Level3 + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;COMPATIDO_EXPORTS;%(PreprocessorDefinitions) + true + + + Windows + true + true + true + base.lib;config.lib;remoting.lib;icinga.lib;%(AdditionalDependencies) + + diff --git a/icinga2.sln b/icinga2.sln index a6435bc95..d0816e963 100644 --- a/icinga2.sln +++ b/icinga2.sln @@ -148,6 +148,10 @@ Global {7D0C062E-5199-4A5F-A31C-602275EBDF63}.Debug|Win32.Build.0 = Debug|Win32 {7D0C062E-5199-4A5F-A31C-602275EBDF63}.Release|Win32.ActiveCfg = Release|Win32 {7D0C062E-5199-4A5F-A31C-602275EBDF63}.Release|Win32.Build.0 = Release|Win32 + {7D0C062E-5199-4A5F-A31C-602275EBDF63}.Debug|Win32.ActiveCfg = Debug|x64 + {7D0C062E-5199-4A5F-A31C-602275EBDF63}.Debug|Win32.Build.0 = Debug|x64 + {7D0C062E-5199-4A5F-A31C-602275EBDF63}.Release|Win32.ActiveCfg = Release|x64 + {7D0C062E-5199-4A5F-A31C-602275EBDF63}.Release|Win32.Build.0 = Release|x64 {9C92DA90-FD53-43A9-A244-90F2E8AF9677}.Debug|Win32.ActiveCfg = Debug|Win32 {9C92DA90-FD53-43A9-A244-90F2E8AF9677}.Debug|Win32.Build.0 = Debug|Win32 {9C92DA90-FD53-43A9-A244-90F2E8AF9677}.Debug|Win64.ActiveCfg = Debug|x64 -- 2.50.1