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

Skip to content

Commit a2cc269

Browse files
committed
Update example to VC 7.1. Will backport to 2.4.
1 parent e1a0391 commit a2cc269

5 files changed

Lines changed: 253 additions & 190 deletions

File tree

PC/example_nt/example.dsp

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

PC/example_nt/example.dsw

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

PC/example_nt/example.sln

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Microsoft Visual Studio Solution File, Format Version 8.00
2+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example.vcproj", "{A0608D6F-84ED-44AE-A2A6-A3CC7F4A4030}"
3+
ProjectSection(ProjectDependencies) = postProject
4+
EndProjectSection
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfiguration) = preSolution
8+
Debug = Debug
9+
Release = Release
10+
EndGlobalSection
11+
GlobalSection(ProjectConfiguration) = postSolution
12+
{A0608D6F-84ED-44AE-A2A6-A3CC7F4A4030}.Debug.ActiveCfg = Debug|Win32
13+
{A0608D6F-84ED-44AE-A2A6-A3CC7F4A4030}.Debug.Build.0 = Debug|Win32
14+
{A0608D6F-84ED-44AE-A2A6-A3CC7F4A4030}.Release.ActiveCfg = Release|Win32
15+
{A0608D6F-84ED-44AE-A2A6-A3CC7F4A4030}.Release.Build.0 = Release|Win32
16+
EndGlobalSection
17+
GlobalSection(ExtensibilityGlobals) = postSolution
18+
EndGlobalSection
19+
GlobalSection(ExtensibilityAddIns) = postSolution
20+
EndGlobalSection
21+
EndGlobal

PC/example_nt/example.vcproj

Lines changed: 192 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,192 @@
1+
<?xml version="1.0" encoding="windows-1250"?>
2+
<VisualStudioProject
3+
ProjectType="Visual C++"
4+
Version="7.10"
5+
Name="example"
6+
SccProjectName=""
7+
SccLocalPath="">
8+
<Platforms>
9+
<Platform
10+
Name="Win32"/>
11+
</Platforms>
12+
<Configurations>
13+
<Configuration
14+
Name="Release|Win32"
15+
OutputDirectory=".\Release"
16+
IntermediateDirectory=".\Release"
17+
ConfigurationType="2"
18+
UseOfMFC="0"
19+
ATLMinimizesCRunTimeLibraryUsage="FALSE">
20+
<Tool
21+
Name="VCCLCompilerTool"
22+
Optimization="2"
23+
InlineFunctionExpansion="1"
24+
AdditionalIncludeDirectories="..\Include,..\PC"
25+
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
26+
StringPooling="TRUE"
27+
RuntimeLibrary="2"
28+
EnableFunctionLevelLinking="TRUE"
29+
UsePrecompiledHeader="2"
30+
PrecompiledHeaderFile=".\Release/example.pch"
31+
AssemblerListingLocation=".\Release/"
32+
ObjectFile=".\Release/"
33+
ProgramDataBaseFileName=".\Release/"
34+
WarningLevel="3"
35+
SuppressStartupBanner="TRUE"
36+
CompileAs="0"/>
37+
<Tool
38+
Name="VCCustomBuildTool"/>
39+
<Tool
40+
Name="VCLinkerTool"
41+
AdditionalOptions="/export:initexample"
42+
AdditionalDependencies="odbc32.lib odbccp32.lib python24.lib"
43+
OutputFile=".\Release/example.dll"
44+
LinkIncremental="1"
45+
SuppressStartupBanner="TRUE"
46+
AdditionalLibraryDirectories="..\PCbuild"
47+
ModuleDefinitionFile=".\example.def"
48+
ProgramDatabaseFile=".\Release/example.pdb"
49+
SubSystem="2"
50+
ImportLibrary=".\Release/example.lib"
51+
TargetMachine="1"/>
52+
<Tool
53+
Name="VCMIDLTool"
54+
PreprocessorDefinitions="NDEBUG"
55+
MkTypLibCompatible="TRUE"
56+
SuppressStartupBanner="TRUE"
57+
TargetEnvironment="1"
58+
TypeLibraryName=".\Release/example.tlb"
59+
HeaderFileName=""/>
60+
<Tool
61+
Name="VCPostBuildEventTool"/>
62+
<Tool
63+
Name="VCPreBuildEventTool"/>
64+
<Tool
65+
Name="VCPreLinkEventTool"/>
66+
<Tool
67+
Name="VCResourceCompilerTool"
68+
PreprocessorDefinitions="NDEBUG"
69+
Culture="1033"/>
70+
<Tool
71+
Name="VCWebServiceProxyGeneratorTool"/>
72+
<Tool
73+
Name="VCXMLDataGeneratorTool"/>
74+
<Tool
75+
Name="VCWebDeploymentTool"/>
76+
<Tool
77+
Name="VCManagedWrapperGeneratorTool"/>
78+
<Tool
79+
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
80+
</Configuration>
81+
<Configuration
82+
Name="Debug|Win32"
83+
OutputDirectory=".\Debug"
84+
IntermediateDirectory=".\Debug"
85+
ConfigurationType="2"
86+
UseOfMFC="0"
87+
ATLMinimizesCRunTimeLibraryUsage="FALSE">
88+
<Tool
89+
Name="VCCLCompilerTool"
90+
Optimization="0"
91+
AdditionalIncludeDirectories="..\Include,..\PC"
92+
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
93+
RuntimeLibrary="3"
94+
UsePrecompiledHeader="2"
95+
PrecompiledHeaderFile=".\Debug/example.pch"
96+
AssemblerListingLocation=".\Debug/"
97+
ObjectFile=".\Debug/"
98+
ProgramDataBaseFileName=".\Debug/"
99+
WarningLevel="3"
100+
SuppressStartupBanner="TRUE"
101+
DebugInformationFormat="4"
102+
CompileAs="0"/>
103+
<Tool
104+
Name="VCCustomBuildTool"/>
105+
<Tool
106+
Name="VCLinkerTool"
107+
AdditionalOptions="/export:initexample"
108+
AdditionalDependencies="odbc32.lib odbccp32.lib python24_d.lib"
109+
OutputFile=".\Debug/example_d.dll"
110+
LinkIncremental="1"
111+
SuppressStartupBanner="TRUE"
112+
AdditionalLibraryDirectories="..\PCbuild"
113+
ModuleDefinitionFile=".\example.def"
114+
GenerateDebugInformation="TRUE"
115+
ProgramDatabaseFile=".\Debug/example_d.pdb"
116+
SubSystem="2"
117+
ImportLibrary=".\Debug/example_d.lib"
118+
TargetMachine="1"/>
119+
<Tool
120+
Name="VCMIDLTool"
121+
PreprocessorDefinitions="_DEBUG"
122+
MkTypLibCompatible="TRUE"
123+
SuppressStartupBanner="TRUE"
124+
TargetEnvironment="1"
125+
TypeLibraryName=".\Debug/example.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="_DEBUG"
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+
<Filter
153+
Name="Source Files"
154+
Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90">
155+
<File
156+
RelativePath="example.c">
157+
<FileConfiguration
158+
Name="Release|Win32">
159+
<Tool
160+
Name="VCCLCompilerTool"
161+
Optimization="2"
162+
AdditionalIncludeDirectories=""
163+
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;$(NoInherit)"/>
164+
</FileConfiguration>
165+
<FileConfiguration
166+
Name="Debug|Win32">
167+
<Tool
168+
Name="VCCLCompilerTool"
169+
Optimization="0"
170+
AdditionalIncludeDirectories=""
171+
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;$(NoInherit)"/>
172+
</FileConfiguration>
173+
</File>
174+
<File
175+
RelativePath="example.def">
176+
</File>
177+
</Filter>
178+
<Filter
179+
Name="Header Files"
180+
Filter="h;hpp;hxx;hm;inl;fi;fd">
181+
</Filter>
182+
<Filter
183+
Name="Resource Files"
184+
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
185+
</Filter>
186+
<File
187+
RelativePath="readme.txt">
188+
</File>
189+
</Files>
190+
<Globals>
191+
</Globals>
192+
</VisualStudioProject>

0 commit comments

Comments
 (0)