From: Tim Kientzle Date: Mon, 29 Dec 2008 00:13:57 +0000 (-0500) Subject: Updated Visual Studio solution files, including X-Git-Tag: v2.7.0~543 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ee4eaca22c6e43490a01264535f8774ee16fc69;p=thirdparty%2Flibarchive.git Updated Visual Studio solution files, including projects for libarchive_test. I'm still working through the rest of Michihiro's fixes for getting libarchive_test working under Visual Studio. Submitted by: Michihiro NAKAJIMA SVN-Revision: 297 --- diff --git a/windows/vc71/libarchive.vcproj b/windows/vc71/libarchive.vcproj index 672867387..3ddaff472 100644 --- a/windows/vc71/libarchive.vcproj +++ b/windows/vc71/libarchive.vcproj @@ -148,6 +148,9 @@ + + diff --git a/windows/vc80/libarchive.sln b/windows/vc80/libarchive.sln index 993c8c36c..f1d4331ec 100644 --- a/windows/vc80/libarchive.sln +++ b/windows/vc80/libarchive.sln @@ -2,6 +2,8 @@ Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libarchive", "libarchive.vcproj", "{0C758FDB-BE1D-47E9-8E18-9168AB34A308}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libarchive_test", "libarchive_test\libarchive_test.vcproj", "{407CA0B9-0CCB-4F02-A20B-CBBAEAAA2E4B}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -12,6 +14,10 @@ Global {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Debug|Win32.Build.0 = Debug|Win32 {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Release|Win32.ActiveCfg = Release|Win32 {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Release|Win32.Build.0 = Release|Win32 + {407CA0B9-0CCB-4F02-A20B-CBBAEAAA2E4B}.Debug|Win32.ActiveCfg = Debug|Win32 + {407CA0B9-0CCB-4F02-A20B-CBBAEAAA2E4B}.Debug|Win32.Build.0 = Debug|Win32 + {407CA0B9-0CCB-4F02-A20B-CBBAEAAA2E4B}.Release|Win32.ActiveCfg = Release|Win32 + {407CA0B9-0CCB-4F02-A20B-CBBAEAAA2E4B}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/windows/vc80/libarchive.vcproj b/windows/vc80/libarchive.vcproj index bbdb82a95..6aa87947a 100644 --- a/windows/vc80/libarchive.vcproj +++ b/windows/vc80/libarchive.vcproj @@ -42,12 +42,13 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PLATFORM_CONFIG_H="\"config_windows.h\""" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PLATFORM_CONFIG_H="\"config_windows.h\"";LIBARCHIVE_STATIC" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="3" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" DisableSpecificWarnings="4996" /> @@ -106,7 +107,7 @@ + + diff --git a/windows/vc80/libarchive_test/libarchive_test.vcproj b/windows/vc80/libarchive_test/libarchive_test.vcproj new file mode 100644 index 000000000..04b73d0e8 --- /dev/null +++ b/windows/vc80/libarchive_test/libarchive_test.vcproj @@ -0,0 +1,495 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/vc90/libarchive.sln b/windows/vc90/libarchive.sln index bf6b6087b..c3e69c811 100644 --- a/windows/vc90/libarchive.sln +++ b/windows/vc90/libarchive.sln @@ -2,6 +2,8 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual C++ Express 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libarchive", "libarchive.vcproj", "{0C758FDB-BE1D-47E9-8E18-9168AB34A308}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libarchive_test", "libarchive_test\libarchive_test.vcproj", "{407CA0B9-0CCB-4F02-A20B-CBBAEAAA2E4B}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -12,6 +14,10 @@ Global {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Debug|Win32.Build.0 = Debug|Win32 {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Release|Win32.ActiveCfg = Release|Win32 {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Release|Win32.Build.0 = Release|Win32 + {407CA0B9-0CCB-4F02-A20B-CBBAEAAA2E4B}.Debug|Win32.ActiveCfg = Debug|Win32 + {407CA0B9-0CCB-4F02-A20B-CBBAEAAA2E4B}.Debug|Win32.Build.0 = Debug|Win32 + {407CA0B9-0CCB-4F02-A20B-CBBAEAAA2E4B}.Release|Win32.ActiveCfg = Release|Win32 + {407CA0B9-0CCB-4F02-A20B-CBBAEAAA2E4B}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/windows/vc90/libarchive.vcproj b/windows/vc90/libarchive.vcproj index e12ba8709..a7db0e04a 100644 --- a/windows/vc90/libarchive.vcproj +++ b/windows/vc90/libarchive.vcproj @@ -221,6 +221,10 @@ RelativePath="..\..\libarchive\archive_read_support_compression_gzip.c" > + + diff --git a/windows/vc90/libarchive_test/libarchive_test.vcproj b/windows/vc90/libarchive_test/libarchive_test.vcproj new file mode 100644 index 000000000..f0a9ee260 --- /dev/null +++ b/windows/vc90/libarchive_test/libarchive_test.vcproj @@ -0,0 +1,494 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +