From 4826e3c2d1c87fa2db7e6f048e659b1e7bde6227 Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Wed, 4 Apr 2007 20:44:25 +0000 Subject: [PATCH] Fixed project and solution issues which were keeping us from building 32bit and 64bit packages on a 64bit Windows platform. --- CASA-auth-token/client/authclient.sln | 2 +- .../mechanisms/krb5/windows/krb5.vcproj | 10 +++--- .../library/mechanisms/pwd/windows/pwd.vcproj | 18 +++++----- .../client/library/windows/client.vcproj | 22 ++++++------ .../authtokenclient64_msm.vdproj | 36 ++++++++++++++++--- 5 files changed, 57 insertions(+), 31 deletions(-) diff --git a/CASA-auth-token/client/authclient.sln b/CASA-auth-token/client/authclient.sln index 69164fba..e9b1de43 100644 --- a/CASA-auth-token/client/authclient.sln +++ b/CASA-auth-token/client/authclient.sln @@ -126,7 +126,6 @@ Global {6034EBF1-0838-45C4-A538-A41A31EC8F46}.Debug|x64.ActiveCfg = Debug|x64 {6034EBF1-0838-45C4-A538-A41A31EC8F46}.Release|Any CPU.ActiveCfg = Release|Win32 {6034EBF1-0838-45C4-A538-A41A31EC8F46}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {6034EBF1-0838-45C4-A538-A41A31EC8F46}.Release|Mixed Platforms.Build.0 = Release|Win32 {6034EBF1-0838-45C4-A538-A41A31EC8F46}.Release|Win32.ActiveCfg = Release|Win32 {6034EBF1-0838-45C4-A538-A41A31EC8F46}.Release|x64.ActiveCfg = Release|x64 {1BA1FC97-5AF1-4506-A7FD-EBFD46D361A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -166,6 +165,7 @@ Global {E62A1388-82C9-4AE8-B29E-C9C808B05425}.Debug|x64.ActiveCfg = Debug {E62A1388-82C9-4AE8-B29E-C9C808B05425}.Release|Any CPU.ActiveCfg = Release {E62A1388-82C9-4AE8-B29E-C9C808B05425}.Release|Mixed Platforms.ActiveCfg = Release + {E62A1388-82C9-4AE8-B29E-C9C808B05425}.Release|Mixed Platforms.Build.0 = Release {E62A1388-82C9-4AE8-B29E-C9C808B05425}.Release|Win32.ActiveCfg = Release {E62A1388-82C9-4AE8-B29E-C9C808B05425}.Release|Win32.Build.0 = Release {E62A1388-82C9-4AE8-B29E-C9C808B05425}.Release|x64.ActiveCfg = Release diff --git a/CASA-auth-token/client/library/mechanisms/krb5/windows/krb5.vcproj b/CASA-auth-token/client/library/mechanisms/krb5/windows/krb5.vcproj index 53287c64..107dbae9 100644 --- a/CASA-auth-token/client/library/mechanisms/krb5/windows/krb5.vcproj +++ b/CASA-auth-token/client/library/mechanisms/krb5/windows/krb5.vcproj @@ -45,7 +45,7 @@ Name="VCCLCompilerTool" AdditionalOptions="-DSECURITY_WIN32 -D"_CRT_SECURE_NO_DEPRECATE"" Optimization="0" - AdditionalIncludeDirectories=".\;..\;..\..\..;..\..\..\..\include;"..\..\..\..\..\..\..\Expat-2.0.0\source\lib";..\..\..\..\..\..\CASA\include;"$(CASA)\include";"$(EXPAT)\source\lib"" + AdditionalIncludeDirectories=".\;..\;..\..\..;..\..\..\..\include;"..\..\..\..\..\..\..\Expat-2.0.0\source\lib";"$(CASA32_SDK_DIR)\include";"$(EXPAT)\source\lib"" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -99,7 +99,7 @@ />