📄 db_dll.vcproj
字号:
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="db_dll"
SccProjectName=""
SccLocalPath=""
Keyword="MFCProj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\Debug"
IntermediateDirectory=".\Debug"
ConfigurationType="2"
UseOfMFC="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=".,.."
PreprocessorDefinitions="DB_CREATE_DLL;CONFIG_TEST;WIN32;_DEBUG;_WINDOWS"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="config.h"
PrecompiledHeaderFile=".\Debug/db_dll.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="1"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /FIXED:NO"
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
OutputFile="Debug/libdb43d.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
ModuleDefinitionFile=".\libdb.def"
GenerateDebugInformation="TRUE"
SubSystem="2"
BaseAddress="0x13000000"
ImportLibrary=".\Debug/libdb43d.lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
TypeLibraryName=".\Debug/db_dll.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_AFXDLL;_DEBUG"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
ConfigurationType="2"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="2"
AdditionalIncludeDirectories=".,.."
PreprocessorDefinitions="DB_CREATE_DLL;WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Release/db_dll.pch"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="odbc32.lib odbccp32.lib"
OutputFile="Release/libdb43.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ModuleDefinitionFile=".\libdb.def"
ProgramDatabaseFile=".\Release/libdb43.pdb"
SubSystem="2"
BaseAddress="0x13000000"
ImportLibrary=".\Release/libdb43.lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
TypeLibraryName=".\Release/db_dll.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<Files>
<File
RelativePath="..\btree\bt_compare.c">
</File>
<File
RelativePath="..\btree\bt_conv.c">
</File>
<File
RelativePath="..\btree\bt_curadj.c">
</File>
<File
RelativePath="..\btree\bt_cursor.c">
</File>
<File
RelativePath="..\btree\bt_delete.c">
</File>
<File
RelativePath="..\btree\bt_method.c">
</File>
<File
RelativePath="..\btree\bt_open.c">
</File>
<File
RelativePath="..\btree\bt_put.c">
</File>
<File
RelativePath="..\btree\bt_rec.c">
</File>
<File
RelativePath="..\btree\bt_reclaim.c">
</File>
<File
RelativePath="..\btree\bt_recno.c">
</File>
<File
RelativePath="..\btree\bt_rsearch.c">
</File>
<File
RelativePath="..\btree\bt_search.c">
</File>
<File
RelativePath="..\btree\bt_split.c">
</File>
<File
RelativePath="..\btree\bt_stat.c">
</File>
<File
RelativePath="..\btree\bt_upgrade.c">
</File>
<File
RelativePath="..\btree\bt_verify.c">
</File>
<File
RelativePath="..\btree\btree_auto.c">
</File>
<File
RelativePath="..\db\crdel_auto.c">
</File>
<File
RelativePath="..\db\crdel_rec.c">
</File>
<File
RelativePath="..\common\crypto_stub.c">
</File>
<File
RelativePath="..\cxx\cxx_db.cpp">
</File>
<File
RelativePath="..\cxx\cxx_dbc.cpp">
</File>
<File
RelativePath="..\cxx\cxx_dbt.cpp">
</File>
<File
RelativePath="..\cxx\cxx_env.cpp">
</File>
<File
RelativePath="..\cxx\cxx_except.cpp">
</File>
<File
RelativePath="..\cxx\cxx_lock.cpp">
</File>
<File
RelativePath="..\cxx\cxx_logc.cpp">
</File>
<File
RelativePath="..\cxx\cxx_mpool.cpp">
</File>
<File
RelativePath="..\cxx\cxx_multi.cpp">
</File>
<File
RelativePath="..\cxx\cxx_seq.cpp">
</File>
<File
RelativePath="..\cxx\cxx_txn.cpp">
</File>
<File
RelativePath="..\db\db.c">
</File>
<File
RelativePath="..\db\db_am.c">
</File>
<File
RelativePath="..\db\db_auto.c">
</File>
<File
RelativePath="..\common\db_byteorder.c">
</File>
<File
RelativePath="..\db\db_cam.c">
</File>
<File
RelativePath="..\db\db_conv.c">
</File>
<File
RelativePath="..\db\db_dispatch.c">
</File>
<File
RelativePath="..\db\db_dup.c">
</File>
<File
RelativePath="..\common\db_err.c">
</File>
<File
RelativePath="..\common\db_getlong.c">
</File>
<File
RelativePath="..\common\db_idspace.c">
</File>
<File
RelativePath="..\db\db_iface.c">
</File>
<File
RelativePath="..\db\db_join.c">
</File>
<File
RelativePath="..\common\db_log2.c">
</File>
<File
RelativePath="..\db\db_meta.c">
</File>
<File
RelativePath="..\db\db_method.c">
</File>
<File
RelativePath="..\db\db_open.c">
</File>
<File
RelativePath="..\db\db_overflow.c">
</File>
<File
RelativePath="..\db\db_ovfl_vrfy.c">
</File>
<File
RelativePath="..\db\db_pr.c">
</File>
<File
RelativePath="..\db\db_rec.c">
</File>
<File
RelativePath="..\db\db_reclaim.c">
</File>
<File
RelativePath="..\db\db_remove.c">
</File>
<File
RelativePath="..\db\db_rename.c">
</File>
<File
RelativePath="..\db\db_ret.c">
</File>
<File
RelativePath="..\env\db_salloc.c">
</File>
<File
RelativePath="..\db\db_setid.c">
</File>
<File
RelativePath="..\db\db_setlsn.c">
</File>
<File
RelativePath="..\env\db_shash.c">
</File>
<File
RelativePath="..\db\db_stati.c">
</File>
<File
RelativePath="..\db\db_truncate.c">
</File>
<File
RelativePath="..\db\db_upg.c">
</File>
<File
RelativePath="..\db\db_upg_opd.c">
</File>
<File
RelativePath="..\db\db_vrfy.c">
</File>
<File
RelativePath="..\db\db_vrfyutil.c">
</File>
<File
RelativePath="..\dbm\dbm.c">
</File>
<File
RelativePath="..\dbreg\dbreg.c">
</File>
<File
RelativePath="..\dbreg\dbreg_auto.c">
</File>
<File
RelativePath="..\dbreg\dbreg_rec.c">
</File>
<File
RelativePath="..\dbreg\dbreg_stat.c">
</File>
<File
RelativePath="..\dbreg\dbreg_util.c">
</File>
<File
RelativePath="..\env\env_file.c">
</File>
<File
RelativePath="..\env\env_method.c">
</File>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -