updated to sqlite-3.5.1 now that it's stable
used new shared cache functionality (yay) --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401651
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
Name="VCCLCompilerTool"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="..;..\sdk;..\..\..\public;..\..\..\public\sourcepawn;$(SOURCEMM)\sourcehook"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SDK_EXPORTS;_CRT_SECURE_NO_DEPRECATE;SOURCEMOD_BUILD;THREADSAFE;SQLITE_OMIT_LOAD_EXTENSION"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SDK_EXPORTS;_CRT_SECURE_NO_DEPRECATE;SOURCEMOD_BUILD;SQLITE_THREADSAFE;SQLITE_OMIT_LOAD_EXTENSION;_WIN32_WINNT=0x0400"
|
||||
RuntimeLibrary="0"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="false"
|
||||
@@ -259,6 +259,10 @@
|
||||
RelativePath="..\sqlite-source\keywordhash.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\mutex.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\opcodes.h"
|
||||
>
|
||||
@@ -355,6 +359,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\btmutex.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\btree.c"
|
||||
>
|
||||
@@ -475,6 +483,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\journal.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\legacy.c"
|
||||
>
|
||||
@@ -511,6 +523,22 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\mem1.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\mem2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\mutex.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\mutex_w32.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\opcodes.c"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user