VS2008 Release: added the "src/sqlite3" include path

This commit is contained in:
Sébastien Rombauts 2012-12-06 17:28:48 +01:00
parent fbd7edc9fb
commit ffc00e1962

View File

@ -115,6 +115,7 @@
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="src/sqlite3"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="true" EnableFunctionLevelLinking="true"