From e00ae9f4a2a9777248cd604bb3de2e5cffabc0fa Mon Sep 17 00:00:00 2001 From: Bob Carroll Date: Thu, 2 Jun 2011 10:28:12 -0700 Subject: [PATCH 1/3] added VS2010 project files --- src/libchm.sln | 20 +++++++++++ src/libchm.vcxproj | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+) create mode 100644 src/libchm.sln create mode 100644 src/libchm.vcxproj diff --git a/src/libchm.sln b/src/libchm.sln new file mode 100644 index 0000000..f1b28f6 --- /dev/null +++ b/src/libchm.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libchm", "libchm.vcxproj", "{B80F53FA-6A5E-47CC-A186-76BB62C41864}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B80F53FA-6A5E-47CC-A186-76BB62C41864}.Debug|Win32.ActiveCfg = Debug|Win32 + {B80F53FA-6A5E-47CC-A186-76BB62C41864}.Debug|Win32.Build.0 = Debug|Win32 + {B80F53FA-6A5E-47CC-A186-76BB62C41864}.Release|Win32.ActiveCfg = Release|Win32 + {B80F53FA-6A5E-47CC-A186-76BB62C41864}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/libchm.vcxproj b/src/libchm.vcxproj new file mode 100644 index 0000000..01d5bdf --- /dev/null +++ b/src/libchm.vcxproj @@ -0,0 +1,89 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {B80F53FA-6A5E-47CC-A186-76BB62C41864} + Win32Proj + libchm + + + + StaticLibrary + true + Unicode + + + StaticLibrary + false + true + Unicode + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + CompileAsC + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From deeb3dd49965e01dc2e52f4317c15f62cbb3c7bb Mon Sep 17 00:00:00 2001 From: Bob Carroll Date: Thu, 2 Jun 2011 10:58:09 -0700 Subject: [PATCH 2/3] fixed release build --- src/libchm.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libchm.vcxproj b/src/libchm.vcxproj index 01d5bdf..0c50d8c 100644 --- a/src/libchm.vcxproj +++ b/src/libchm.vcxproj @@ -61,6 +61,7 @@ true true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + CompileAsC Windows From 9a8f77bd8b12c491c9b75c68e944efa085ba7034 Mon Sep 17 00:00:00 2001 From: Bob Carroll Date: Thu, 2 Jun 2011 15:17:45 -0700 Subject: [PATCH 3/3] turned off link-time code generation in release mode --- src/libchm.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libchm.vcxproj b/src/libchm.vcxproj index 0c50d8c..69ff749 100644 --- a/src/libchm.vcxproj +++ b/src/libchm.vcxproj @@ -24,7 +24,7 @@ StaticLibrary false - true + false Unicode