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.vcproj | 236 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 236 insertions(+) (limited to 'client/windows/redc.vcproj') 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