From 1fe07f325ed42e68424ad682177be8fc6506fc65 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 14 May 2009 10:04:26 +0000 Subject: [PATCH] Fixed libcaca and the Visual Studio solution so that it works on Win64, including the .NET projects. --- caca-sharp/caca-sharp.csproj | 38 +++++++- caca-sharp/test-csharp.csproj | 22 ++++- caca/caca_types.h.in | 20 +++- caca/libcaca.vcproj | 155 +++++++++++++++++++++++++++++++ cxx/libcaca++.vcproj | 155 +++++++++++++++++++++++++++++++ cxx/test-cxx.vcproj | 155 +++++++++++++++++++++++++++++++ libcaca.sln | 72 ++++++++------- src/cacademo.vcproj | 169 ++++++++++++++++++++++++++++++++++ src/cacafire.vcproj | 169 ++++++++++++++++++++++++++++++++++ src/cacaview.vcproj | 169 +++++++++++++++++++++++++++++++++- win32/caca_types.h | 6 +- 11 files changed, 1086 insertions(+), 44 deletions(-) diff --git a/caca-sharp/caca-sharp.csproj b/caca-sharp/caca-sharp.csproj index a6d910a..0ede90b 100644 --- a/caca-sharp/caca-sharp.csproj +++ b/caca-sharp/caca-sharp.csproj @@ -34,18 +34,52 @@ true full false - %24%28SolutionDir%29%24%28ConfigurationName%29\ + ..\Debug\ DEBUG;TRACE prompt 4 + x86 pdbonly true - %24%28SolutionDir%29%24%28ConfigurationName%29\ + ..\Release\ TRACE prompt 4 + x86 + + + true + ..\Debug\ + DEBUG;TRACE + full + x64 + prompt + + + ..\Release\ + TRACE + true + pdbonly + x64 + prompt + + + true + bin\x86\Debug\ + DEBUG;TRACE + full + x86 + prompt + + + bin\x86\Release\ + TRACE + true + pdbonly + x86 + prompt diff --git a/caca-sharp/test-csharp.csproj b/caca-sharp/test-csharp.csproj index 848b672..490d13a 100644 --- a/caca-sharp/test-csharp.csproj +++ b/caca-sharp/test-csharp.csproj @@ -35,18 +35,36 @@ true full false - %24%28SolutionDir%29%24%28ConfigurationName%29\ + ..\Debug\ DEBUG;TRACE prompt 4 + x86 pdbonly true - %24%28SolutionDir%29%24%28ConfigurationName%29\ + ..\Release\ TRACE prompt 4 + x86 + + + true + ..\Debug\ + DEBUG;TRACE + full + x64 + prompt + + + ..\Release\ + TRACE + true + pdbonly + x64 + prompt