Skip to content

Commit a9d8eef

Browse files
committed
VS2008 part 1
1 parent f83e332 commit a9d8eef

File tree

4,517 files changed

+27504
-850213
lines changed

Some content is hidden

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

4,517 files changed

+27504
-850213
lines changed

.hg_archival.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repo: b915f4cd8a7885e1e905dac59d0acb7cd595957d
2+
node: e54761abb7c8aac930ad5903a0eef856feed8cf2
3+
branch: 1.6.02
4+
latesttag: null
5+
latesttagdistance: 8

3rd party/bugtrap/bugtrap/BugTrap.vcproj

Lines changed: 62 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="windows-1251"?>
22
<VisualStudioProject
33
ProjectType="Visual C++"
4-
Version="8.00"
4+
Version="9.00"
55
Name="BugTrap"
66
ProjectGUID="{E8CF1ADA-264A-4127-86C2-FD7057D3792C}"
77
RootNamespace="BugTrap"
88
Keyword="Win32Proj"
9+
TargetFrameworkVersion="131072"
910
>
1011
<Platforms>
1112
<Platform
@@ -82,6 +83,8 @@
8283
MapExports="false"
8384
SubSystem="2"
8485
OptimizeForWindows98="0"
86+
RandomizedBaseAddress="1"
87+
DataExecutionPrevention="0"
8588
ImportLibrary="..\..\..\..\..\libraries\$(ProjectName).lib"
8689
TargetMachine="1"
8790
/>
@@ -103,20 +106,15 @@
103106
<Tool
104107
Name="VCAppVerifierTool"
105108
/>
106-
<Tool
107-
Name="VCWebDeploymentTool"
108-
/>
109109
<Tool
110110
Name="VCPostBuildEventTool"
111111
/>
112112
</Configuration>
113113
<Configuration
114-
Name="Debug|Xbox 360"
115-
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
116-
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
114+
Name="Release|Win32"
115+
OutputDirectory="..\..\..\..\..\binaries"
116+
IntermediateDirectory="..\..\..\..\..\intermediate\$(ConfigurationName)\$(ProjectName)"
117117
ConfigurationType="2"
118-
UseOfMFC="-1"
119-
UseOfATL="0"
120118
CharacterSet="2"
121119
>
122120
<Tool
@@ -135,19 +133,21 @@
135133
Name="VCMIDLTool"
136134
/>
137135
<Tool
138-
Name="VCCLX360CompilerTool"
139-
Optimization="0"
140-
PreprocessorDefinitions="WIN32;DEBUG;_WINDOWS;_USRDLL;BUGTRAP_EXPORTS"
141-
MinimalRebuild="true"
136+
Name="VCCLCompilerTool"
137+
Optimization="1"
138+
InlineFunctionExpansion="1"
139+
OmitFramePointers="true"
140+
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;BUGTRAP_EXPORTS"
141+
StringPooling="true"
142142
ExceptionHandling="0"
143-
BasicRuntimeChecks="3"
144143
RuntimeLibrary="2"
145144
BufferSecurityCheck="true"
146145
EnableFunctionLevelLinking="false"
147146
RuntimeTypeInfo="false"
148147
UsePrecompiledHeader="2"
149148
PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
150149
WarningLevel="4"
150+
Detect64BitPortabilityProblems="false"
151151
DebugInformationFormat="3"
152152
/>
153153
<Tool
@@ -162,42 +162,55 @@
162162
Name="VCPreLinkEventTool"
163163
/>
164164
<Tool
165-
Name="VCX360LinkerTool"
165+
Name="VCLinkerTool"
166166
AdditionalDependencies="ws2_32.lib comctl32.lib shlwapi.lib version.lib wininet.lib"
167-
OutputFile="$(OutDir)/$(ProjectName)D.dll"
168-
LinkIncremental="2"
167+
OutputFile="$(OutDir)/$(ProjectName).dll"
168+
LinkIncremental="1"
169169
AdditionalLibraryDirectories="..\..\..\..\..\libraries"
170170
ModuleDefinitionFile="BugTrap.def"
171171
GenerateDebugInformation="true"
172172
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
173173
GenerateMapFile="false"
174174
MapFileName=""
175175
MapExports="false"
176+
SubSystem="2"
177+
OptimizeReferences="2"
178+
EnableCOMDATFolding="2"
179+
OptimizeForWindows98="1"
180+
RandomizedBaseAddress="1"
181+
DataExecutionPrevention="0"
176182
ImportLibrary="..\..\..\..\..\libraries\$(ProjectName).lib"
183+
TargetMachine="1"
177184
/>
178185
<Tool
179186
Name="VCALinkTool"
180187
/>
181188
<Tool
182-
Name="VCX360ImageTool"
189+
Name="VCManifestTool"
190+
/>
191+
<Tool
192+
Name="VCXDCMakeTool"
183193
/>
184194
<Tool
185195
Name="VCBscMakeTool"
186196
/>
187197
<Tool
188-
Name="VCX360DeploymentTool"
198+
Name="VCFxCopTool"
189199
/>
190200
<Tool
191-
Name="VCPostBuildEventTool"
201+
Name="VCAppVerifierTool"
192202
/>
193-
<DebuggerTool
203+
<Tool
204+
Name="VCPostBuildEventTool"
194205
/>
195206
</Configuration>
196207
<Configuration
197-
Name="Release|Win32"
198-
OutputDirectory="..\..\..\..\..\binaries"
199-
IntermediateDirectory="..\..\..\..\..\intermediate\$(ConfigurationName)\$(ProjectName)"
208+
Name="Debug|Xbox 360"
209+
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
210+
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
200211
ConfigurationType="2"
212+
UseOfMFC="-1"
213+
UseOfATL="0"
201214
CharacterSet="2"
202215
>
203216
<Tool
@@ -216,21 +229,19 @@
216229
Name="VCMIDLTool"
217230
/>
218231
<Tool
219-
Name="VCCLCompilerTool"
220-
Optimization="1"
221-
InlineFunctionExpansion="1"
222-
OmitFramePointers="true"
223-
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;BUGTRAP_EXPORTS"
224-
StringPooling="true"
232+
Name="VCCLX360CompilerTool"
233+
Optimization="0"
234+
PreprocessorDefinitions="WIN32;DEBUG;_WINDOWS;_USRDLL;BUGTRAP_EXPORTS"
235+
MinimalRebuild="true"
225236
ExceptionHandling="0"
237+
BasicRuntimeChecks="3"
226238
RuntimeLibrary="2"
227239
BufferSecurityCheck="true"
228240
EnableFunctionLevelLinking="false"
229241
RuntimeTypeInfo="false"
230242
UsePrecompiledHeader="2"
231243
PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
232244
WarningLevel="4"
233-
Detect64BitPortabilityProblems="false"
234245
DebugInformationFormat="3"
235246
/>
236247
<Tool
@@ -245,48 +256,36 @@
245256
Name="VCPreLinkEventTool"
246257
/>
247258
<Tool
248-
Name="VCLinkerTool"
259+
Name="VCX360LinkerTool"
249260
AdditionalDependencies="ws2_32.lib comctl32.lib shlwapi.lib version.lib wininet.lib"
250-
OutputFile="$(OutDir)/$(ProjectName).dll"
251-
LinkIncremental="1"
261+
OutputFile="$(OutDir)/$(ProjectName)D.dll"
262+
LinkIncremental="2"
252263
AdditionalLibraryDirectories="..\..\..\..\..\libraries"
253264
ModuleDefinitionFile="BugTrap.def"
254265
GenerateDebugInformation="true"
255266
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
256267
GenerateMapFile="false"
257268
MapFileName=""
258269
MapExports="false"
259-
SubSystem="2"
260-
OptimizeReferences="2"
261-
EnableCOMDATFolding="2"
262-
OptimizeForWindows98="1"
263270
ImportLibrary="..\..\..\..\..\libraries\$(ProjectName).lib"
264-
TargetMachine="1"
265271
/>
266272
<Tool
267273
Name="VCALinkTool"
268274
/>
269275
<Tool
270-
Name="VCManifestTool"
271-
/>
272-
<Tool
273-
Name="VCXDCMakeTool"
276+
Name="VCX360ImageTool"
274277
/>
275278
<Tool
276279
Name="VCBscMakeTool"
277280
/>
278281
<Tool
279-
Name="VCFxCopTool"
280-
/>
281-
<Tool
282-
Name="VCAppVerifierTool"
283-
/>
284-
<Tool
285-
Name="VCWebDeploymentTool"
282+
Name="VCX360DeploymentTool"
286283
/>
287284
<Tool
288285
Name="VCPostBuildEventTool"
289286
/>
287+
<DebuggerTool
288+
/>
290289
</Configuration>
291290
<Configuration
292291
Name="Release|Xbox 360"
@@ -378,10 +377,12 @@
378377
<AssemblyReference
379378
RelativePath="System.dll"
380379
AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
380+
MinFrameworkVersion="131072"
381381
/>
382382
<AssemblyReference
383383
RelativePath="System.Windows.Forms.dll"
384384
AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
385+
MinFrameworkVersion="131072"
385386
/>
386387
</References>
387388
<Files>
@@ -796,28 +797,28 @@
796797
/>
797798
</FileConfiguration>
798799
<FileConfiguration
799-
Name="Debug|Xbox 360"
800+
Name="Release|Win32"
800801
>
801-
<Tool
802-
Name="VCCLX360CompilerTool"
803-
UsePrecompiledHeader="1"
804-
/>
802+
<Tool
803+
Name="VCCLCompilerTool"
804+
UsePrecompiledHeader="1"
805+
/>
805806
</FileConfiguration>
806807
<FileConfiguration
807-
Name="Release|Win32"
808+
Name="Debug|Xbox 360"
808809
>
809810
<Tool
810-
Name="VCCLCompilerTool"
811+
Name="VCCLX360CompilerTool"
811812
UsePrecompiledHeader="1"
812813
/>
813814
</FileConfiguration>
814815
<FileConfiguration
815816
Name="Release|Xbox 360"
816817
>
817-
<Tool
818-
Name="VCCLX360CompilerTool"
819-
UsePrecompiledHeader="1"
820-
/>
818+
<Tool
819+
Name="VCCLX360CompilerTool"
820+
UsePrecompiledHeader="1"
821+
/>
821822
</FileConfiguration>
822823
</File>
823824
</Filter>

0 commit comments

Comments
 (0)