From 3a8eebc5970ed0f1a9c990a003a2135c9ce0eae7 Mon Sep 17 00:00:00 2001 From: Sebastien Rombauts Date: Tue, 11 Dec 2012 20:43:09 +0100 Subject: [PATCH] Visual Studio 2008 Solution now compiling sqlite3 as a static library --- SQLiteC++.sln | 9 ++ example1.vcproj | 15 +--- src/sqlite3/sqlite3.vcproj | 169 +++++++++++++++++++++++++++++++++++++ 3 files changed, 179 insertions(+), 14 deletions(-) create mode 100644 src/sqlite3/sqlite3.vcproj diff --git a/SQLiteC++.sln b/SQLiteC++.sln index b81c813..117a1f8 100644 --- a/SQLiteC++.sln +++ b/SQLiteC++.sln @@ -2,6 +2,11 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual C++ Express 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example1", "example1.vcproj", "{920BA937-3773-4404-8C20-F13F3DEDDC89}" + ProjectSection(ProjectDependencies) = postProject + {F9BF2EC1-C5E7-43D8-944D-DC5E2DF1F976} = {F9BF2EC1-C5E7-43D8-944D-DC5E2DF1F976} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "src\sqlite3\sqlite3.vcproj", "{F9BF2EC1-C5E7-43D8-944D-DC5E2DF1F976}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -13,6 +18,10 @@ Global {920BA937-3773-4404-8C20-F13F3DEDDC89}.Debug|Win32.Build.0 = Debug|Win32 {920BA937-3773-4404-8C20-F13F3DEDDC89}.Release|Win32.ActiveCfg = Release|Win32 {920BA937-3773-4404-8C20-F13F3DEDDC89}.Release|Win32.Build.0 = Release|Win32 + {F9BF2EC1-C5E7-43D8-944D-DC5E2DF1F976}.Debug|Win32.ActiveCfg = Debug|Win32 + {F9BF2EC1-C5E7-43D8-944D-DC5E2DF1F976}.Debug|Win32.Build.0 = Debug|Win32 + {F9BF2EC1-C5E7-43D8-944D-DC5E2DF1F976}.Release|Win32.ActiveCfg = Release|Win32 + {F9BF2EC1-C5E7-43D8-944D-DC5E2DF1F976}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/example1.vcproj b/example1.vcproj index b2daa1a..5d755c3 100644 --- a/example1.vcproj +++ b/example1.vcproj @@ -61,6 +61,7 @@ /> - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +