From ffc00e19620a2ef73b8df7ee1b744b7fef52c584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Thu, 6 Dec 2012 17:28:48 +0100 Subject: [PATCH] VS2008 Release: added the "src/sqlite3" include path --- example1.vcproj | 1 + 1 file changed, 1 insertion(+) diff --git a/example1.vcproj b/example1.vcproj index b4ac01f..b2daa1a 100644 --- a/example1.vcproj +++ b/example1.vcproj @@ -115,6 +115,7 @@ Name="VCCLCompilerTool" Optimization="2" EnableIntrinsicFunctions="true" + AdditionalIncludeDirectories="src/sqlite3" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" RuntimeLibrary="2" EnableFunctionLevelLinking="true"