Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79ef96d

Browse files
committed
Update build procedure to VC 7.1.
1 parent b38b019 commit 79ef96d

41 files changed

Lines changed: 5132 additions & 3152 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

PCbuild/_bsddb.dsp

Lines changed: 0 additions & 99 deletions
This file was deleted.

PCbuild/_bsddb.vcproj

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
<?xml version="1.0" encoding="Windows-1252"?>
2+
<VisualStudioProject
3+
ProjectType="Visual C++"
4+
Version="7.10"
5+
Name="_bsddb"
6+
SccProjectName="_bsddb"
7+
SccLocalPath="..">
8+
<Platforms>
9+
<Platform
10+
Name="Win32"/>
11+
</Platforms>
12+
<Configurations>
13+
<Configuration
14+
Name="Debug|Win32"
15+
OutputDirectory=".\."
16+
IntermediateDirectory=".\x86-temp-debug\_bsddb"
17+
ConfigurationType="2"
18+
UseOfMFC="0"
19+
ATLMinimizesCRunTimeLibraryUsage="FALSE">
20+
<Tool
21+
Name="VCCLCompilerTool"
22+
Optimization="0"
23+
AdditionalIncludeDirectories="..\Include;..\PC;&quot;..\..\db-4.2.52\build_win32&quot;"
24+
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
25+
RuntimeLibrary="3"
26+
UsePrecompiledHeader="2"
27+
PrecompiledHeaderFile=".\x86-temp-debug\_bsddb/_bsddb.pch"
28+
AssemblerListingLocation=".\x86-temp-debug\_bsddb/"
29+
ObjectFile=".\x86-temp-debug\_bsddb/"
30+
ProgramDataBaseFileName=".\x86-temp-debug\_bsddb/"
31+
WarningLevel="3"
32+
SuppressStartupBanner="TRUE"
33+
DebugInformationFormat="3"
34+
CompileAs="0"/>
35+
<Tool
36+
Name="VCCustomBuildTool"/>
37+
<Tool
38+
Name="VCLinkerTool"
39+
AdditionalDependencies="odbc32.lib odbccp32.lib ..\..\db-4.2.52\build_win32\Debug_static\libdb42sd.lib"
40+
OutputFile="./_bsddb_d.pyd"
41+
LinkIncremental="1"
42+
SuppressStartupBanner="TRUE"
43+
IgnoreDefaultLibraryNames="msvcrtd"
44+
GenerateDebugInformation="TRUE"
45+
ProgramDatabaseFile=".\./_bsddb_d.pdb"
46+
SubSystem="2"
47+
BaseAddress="0x1e180000"
48+
ImportLibrary=".\./_bsddb_d.lib"
49+
TargetMachine="1"/>
50+
<Tool
51+
Name="VCMIDLTool"
52+
PreprocessorDefinitions="_DEBUG"
53+
MkTypLibCompatible="TRUE"
54+
SuppressStartupBanner="TRUE"
55+
TargetEnvironment="1"
56+
TypeLibraryName=".\./_bsddb.tlb"
57+
HeaderFileName=""/>
58+
<Tool
59+
Name="VCPostBuildEventTool"/>
60+
<Tool
61+
Name="VCPreBuildEventTool"/>
62+
<Tool
63+
Name="VCPreLinkEventTool"/>
64+
<Tool
65+
Name="VCResourceCompilerTool"
66+
PreprocessorDefinitions="_DEBUG"
67+
Culture="1033"/>
68+
<Tool
69+
Name="VCWebServiceProxyGeneratorTool"/>
70+
<Tool
71+
Name="VCXMLDataGeneratorTool"/>
72+
<Tool
73+
Name="VCWebDeploymentTool"/>
74+
<Tool
75+
Name="VCManagedWrapperGeneratorTool"/>
76+
<Tool
77+
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
78+
</Configuration>
79+
<Configuration
80+
Name="Release|Win32"
81+
OutputDirectory=".\."
82+
IntermediateDirectory=".\x86-temp-release\_bsddb"
83+
ConfigurationType="2"
84+
UseOfMFC="0"
85+
ATLMinimizesCRunTimeLibraryUsage="FALSE">
86+
<Tool
87+
Name="VCCLCompilerTool"
88+
Optimization="2"
89+
InlineFunctionExpansion="1"
90+
AdditionalIncludeDirectories="..\Include;..\PC;&quot;..\..\db-4.2.52\build_win32&quot;"
91+
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
92+
StringPooling="TRUE"
93+
RuntimeLibrary="2"
94+
EnableFunctionLevelLinking="TRUE"
95+
UsePrecompiledHeader="2"
96+
PrecompiledHeaderFile=".\x86-temp-release\_bsddb/_bsddb.pch"
97+
AssemblerListingLocation=".\x86-temp-release\_bsddb/"
98+
ObjectFile=".\x86-temp-release\_bsddb/"
99+
ProgramDataBaseFileName=".\x86-temp-release\_bsddb/"
100+
WarningLevel="3"
101+
SuppressStartupBanner="TRUE"
102+
DebugInformationFormat="3"
103+
CompileAs="0"/>
104+
<Tool
105+
Name="VCCustomBuildTool"/>
106+
<Tool
107+
Name="VCLinkerTool"
108+
AdditionalDependencies="odbc32.lib odbccp32.lib ..\..\db-4.2.52\build_win32\Release_static\libdb42s.lib"
109+
OutputFile="./_bsddb.pyd"
110+
LinkIncremental="1"
111+
SuppressStartupBanner="TRUE"
112+
IgnoreDefaultLibraryNames="msvcrt"
113+
GenerateDebugInformation="TRUE"
114+
ProgramDatabaseFile=".\./_bsddb.pdb"
115+
SubSystem="2"
116+
BaseAddress="0x1e180000"
117+
ImportLibrary=".\./_bsddb.lib"
118+
TargetMachine="1"/>
119+
<Tool
120+
Name="VCMIDLTool"
121+
PreprocessorDefinitions="NDEBUG"
122+
MkTypLibCompatible="TRUE"
123+
SuppressStartupBanner="TRUE"
124+
TargetEnvironment="1"
125+
TypeLibraryName=".\./_bsddb.tlb"
126+
HeaderFileName=""/>
127+
<Tool
128+
Name="VCPostBuildEventTool"/>
129+
<Tool
130+
Name="VCPreBuildEventTool"/>
131+
<Tool
132+
Name="VCPreLinkEventTool"/>
133+
<Tool
134+
Name="VCResourceCompilerTool"
135+
PreprocessorDefinitions="NDEBUG"
136+
Culture="1033"/>
137+
<Tool
138+
Name="VCWebServiceProxyGeneratorTool"/>
139+
<Tool
140+
Name="VCXMLDataGeneratorTool"/>
141+
<Tool
142+
Name="VCWebDeploymentTool"/>
143+
<Tool
144+
Name="VCManagedWrapperGeneratorTool"/>
145+
<Tool
146+
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
147+
</Configuration>
148+
</Configurations>
149+
<References>
150+
</References>
151+
<Files>
152+
<File
153+
RelativePath="..\Modules\_bsddb.c">
154+
<FileConfiguration
155+
Name="Debug|Win32">
156+
<Tool
157+
Name="VCCLCompilerTool"
158+
Optimization="0"
159+
AdditionalIncludeDirectories=""
160+
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
161+
</FileConfiguration>
162+
<FileConfiguration
163+
Name="Release|Win32">
164+
<Tool
165+
Name="VCCLCompilerTool"
166+
Optimization="2"
167+
AdditionalIncludeDirectories=""
168+
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
169+
</FileConfiguration>
170+
</File>
171+
</Files>
172+
<Globals>
173+
</Globals>
174+
</VisualStudioProject>

PCbuild/_csv.dsp

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)