MSVC8 Project File + SDK Update
Update to SQLite 3.3.5
This commit is contained in:
446
dlls/sqlite/msvc8/sqlite_amxx.vcproj
Normal file
446
dlls/sqlite/msvc8/sqlite_amxx.vcproj
Normal file
@ -0,0 +1,446 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="sqlite_amxx"
|
||||
ProjectGUID="{4FDFD106-7163-44F0-85C4-9FAFECD14973}"
|
||||
RootNamespace="sqlite"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="2"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/D "NO_TCL""
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""..\sqlite-source""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;sqlite_EXPORTS"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
StructMemberAlignment="3"
|
||||
RuntimeTypeInfo="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/sqlite_amxx.dll"
|
||||
LinkIncremental="2"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
ModuleDefinitionFile=""
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="$(OutDir)/sqlite.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="$(OutDir)/sqlite.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="2"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/D "NO_TCL""
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
OmitFramePointers="true"
|
||||
AdditionalIncludeDirectories=""..\sqlite-source""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;sqlite_EXPORTS"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
StructMemberAlignment="3"
|
||||
EnableFunctionLevelLinking="true"
|
||||
RuntimeTypeInfo="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/sqlite_amxx.dll"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
ImportLibrary="$(OutDir)/sqlite.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sqlite.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite_amx.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sqlite_amx.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="amxx module sdk"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\amxxmodule.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\amxxmodule.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\moduleconfig.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Sqlite Source"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\alter.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\analyze.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\attach.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\auth.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\btree.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\btree.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\build.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\callback.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\complete.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\date.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\delete.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\expr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\func.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\hash.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\insert.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\keywordhash.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\legacy.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\main.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\opcodes.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\opcodes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\os.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\os.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\os_common.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\os_win.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\pager.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\pager.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\parse.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\parse.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\pragma.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\prepare.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\printf.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\random.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\select.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\sqlite3.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\sqliteInt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\table.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\tclsqlite.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\tokenize.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\trigger.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\update.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\utf.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\util.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vacuum.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbe.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbe.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbeapi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbeaux.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbefifo.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbeInt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbemem.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\where.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
Reference in New Issue
Block a user