From a0f32b620b333ae538500d21bc85650b3498a705 Mon Sep 17 00:00:00 2001 From: Arnon Gilboa Date: Mon, 25 Oct 2010 08:35:56 +0200 Subject: spicec-win: add x64 to vcproj & sln (v2) use CEGUI for x64 as well, no need for the SUPPORT_GUI hack --- client/windows/redc.sln | 6 ++ client/windows/redc.vcproj | 236 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 242 insertions(+) diff --git a/client/windows/redc.sln b/client/windows/redc.sln index a948239a..3ee71232 100644 --- a/client/windows/redc.sln +++ b/client/windows/redc.sln @@ -6,13 +6,19 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {4F03BAF9-DFBC-4CA7-B860-8929555981AE}.Debug|Win32.ActiveCfg = Debug|Win32 {4F03BAF9-DFBC-4CA7-B860-8929555981AE}.Debug|Win32.Build.0 = Debug|Win32 + {4F03BAF9-DFBC-4CA7-B860-8929555981AE}.Debug|x64.ActiveCfg = Debug|x64 + {4F03BAF9-DFBC-4CA7-B860-8929555981AE}.Debug|x64.Build.0 = Debug|x64 {4F03BAF9-DFBC-4CA7-B860-8929555981AE}.Release|Win32.ActiveCfg = Release|Win32 {4F03BAF9-DFBC-4CA7-B860-8929555981AE}.Release|Win32.Build.0 = Release|Win32 + {4F03BAF9-DFBC-4CA7-B860-8929555981AE}.Release|x64.ActiveCfg = Release|x64 + {4F03BAF9-DFBC-4CA7-B860-8929555981AE}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/client/windows/redc.vcproj b/client/windows/redc.vcproj index 4276b907..15a77ac3 100644 --- a/client/windows/redc.vcproj +++ b/client/windows/redc.vcproj @@ -12,6 +12,9 @@ + @@ -102,6 +105,94 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -319,6 +495,15 @@ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" /> + + + @@ -328,6 +513,15 @@ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" /> + + + + + + @@ -742,6 +947,16 @@ Outputs="$(ProjectDir)/../generated_demarshallers.cpp;$(ProjectDir)/../generated_marshallers.cpp" /> + + + + + + @@ -767,6 +993,16 @@ Outputs="$(ProjectDir)/../generated_demarshallers1.cpp;$(ProjectDir)/../generated_marshallers1.cpp" /> + + + -- cgit