From: Scott Cantor Date: Thu, 30 Nov 2006 21:19:05 +0000 (+0000) Subject: Getting the debug build going again. X-Git-Tag: 2.0-alpha1~207 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=6913eb9232804cc141b4d17872831b24b464d764 Getting the debug build going again. --- diff --git a/Shibboleth.sln b/Shibboleth.sln index d484a35..c54577a 100644 --- a/Shibboleth.sln +++ b/Shibboleth.sln @@ -82,6 +82,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmlproviders", "xmlprovider EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "odbc_ccache", "odbc_ccache\odbc_ccache.vcproj", "{DAC7FB99-038A-45C9-A27C-21B6C8D4CD1E}" ProjectSection(ProjectDependencies) = postProject + {E6CAB6C8-1D73-4410-970A-52BF9EC57810} = {E6CAB6C8-1D73-4410-970A-52BF9EC57810} + {84890110-2190-4AAE-9BDC-58F90DF71E4F} = {84890110-2190-4AAE-9BDC-58F90DF71E4F} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_shib22", "apache\mod_shib22.vcproj", "{B44C0852-83B8-4FB2-A86E-097C9C8256D0}" + ProjectSection(ProjectDependencies) = postProject {84890110-2190-4AAE-9BDC-58F90DF71E4F} = {84890110-2190-4AAE-9BDC-58F90DF71E4F} {E6CAB6C8-1D73-4410-970A-52BF9EC57810} = {E6CAB6C8-1D73-4410-970A-52BF9EC57810} EndProjectSection @@ -156,6 +162,10 @@ Global {DAC7FB99-038A-45C9-A27C-21B6C8D4CD1E}.Debug|Win32.Build.0 = Debug|Win32 {DAC7FB99-038A-45C9-A27C-21B6C8D4CD1E}.Release|Win32.ActiveCfg = Release|Win32 {DAC7FB99-038A-45C9-A27C-21B6C8D4CD1E}.Release|Win32.Build.0 = Release|Win32 + {B44C0852-83B8-4FB2-A86E-097C9C8256D0}.Debug|Win32.ActiveCfg = Debug|Win32 + {B44C0852-83B8-4FB2-A86E-097C9C8256D0}.Debug|Win32.Build.0 = Debug|Win32 + {B44C0852-83B8-4FB2-A86E-097C9C8256D0}.Release|Win32.ActiveCfg = Release|Win32 + {B44C0852-83B8-4FB2-A86E-097C9C8256D0}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/apache/.gitignore b/apache/.gitignore index 2af0e00..ed6c04d 100644 --- a/apache/.gitignore +++ b/apache/.gitignore @@ -12,4 +12,5 @@ /mod_shib20___Win32_Debug /mod_shib20___Win32_Release /*.aps -/*.user \ No newline at end of file +/*.user +/mod_shib22___Win32_Debug diff --git a/apache/mod_shib13.vcproj b/apache/mod_shib13.vcproj index 15b13c3..a14ac1a 100644 --- a/apache/mod_shib13.vcproj +++ b/apache/mod_shib13.vcproj @@ -179,7 +179,7 @@ OutputFile="Debug/mod_shib_13.so" LinkIncremental="2" SuppressStartupBanner="true" - AdditionalLibraryDirectories="../../../opensaml/c/saml/Debug,\Apache\libexec" + AdditionalLibraryDirectories="..\..\cpp-opensaml1\saml\Debug,\Apache\libexec" GenerateDebugInformation="true" ImportLibrary=".\Debug/mod_shib_13.lib" TargetMachine="1" diff --git a/apache/mod_shib20.vcproj b/apache/mod_shib20.vcproj index faad9dc..6b6edb7 100644 --- a/apache/mod_shib20.vcproj +++ b/apache/mod_shib20.vcproj @@ -179,7 +179,7 @@ OutputFile="mod_shib20___Win32_Debug/mod_shib_20.so" LinkIncremental="2" SuppressStartupBanner="true" - AdditionalLibraryDirectories="../../../opensaml/c/saml/Debug,\httpd-2.0.52\srclib\apr\Debug,\httpd-2.0.52\Debug" + AdditionalLibraryDirectories="..\..\cpp-opensaml1\saml\Debug,\httpd-2.0.52\srclib\apr\Debug,\httpd-2.0.52\Debug" GenerateDebugInformation="true" ImportLibrary=".\mod_shib20___Win32_Debug/mod_shib_20.lib" TargetMachine="1" diff --git a/apache/mod_shib22.vcproj b/apache/mod_shib22.vcproj index a00d3e8..ad413f2 100644 --- a/apache/mod_shib22.vcproj +++ b/apache/mod_shib22.vcproj @@ -178,7 +178,7 @@ OutputFile="mod_shib22___Win32_Debug/mod_shib_22.so" LinkIncremental="2" SuppressStartupBanner="true" - AdditionalLibraryDirectories="../../../opensaml/c/saml/Debug,\Apache22D\lib" + AdditionalLibraryDirectories="..\..\cpp-opensaml1\saml\Debug,\Apache22D\lib" GenerateDebugInformation="true" ProgramDatabaseFile=".\mod_shib22___Win32_Debug/mod_shib_22.pdb" ImportLibrary=".\mod_shib22___Win32_Debug/mod_shib_22.lib" diff --git a/isapi_shib/isapi_shib.vcproj b/isapi_shib/isapi_shib.vcproj index ceb768d..9995335 100644 --- a/isapi_shib/isapi_shib.vcproj +++ b/isapi_shib/isapi_shib.vcproj @@ -147,7 +147,7 @@