- Adapt MSVC project files to new libjpeg, fix by Guillaume Bougard and cyrri
- add tr_model_iqm.c to MSVC project, by cyrri
This commit is contained in:
parent
b921058a9f
commit
7a4ce592a4
7 changed files with 251 additions and 214 deletions
|
@ -1,10 +1,11 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Version="9,00"
|
||||
Name="cgame"
|
||||
ProjectGUID="{C878E295-CB82-4B40-8ECF-5CE5525466FA}"
|
||||
RootNamespace="cgame"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
|
@ -83,6 +84,8 @@
|
|||
MapFileName="$(IntDir)\cgamex86.map"
|
||||
SubSystem="2"
|
||||
BaseAddress="0x30000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\cgamex86.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -104,9 +107,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -180,6 +180,8 @@
|
|||
MapFileName="$(IntDir)\cgamex86.map"
|
||||
SubSystem="2"
|
||||
BaseAddress="0x30000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\cgamex86.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -201,9 +203,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -277,6 +276,8 @@
|
|||
MapFileName="$(IntDir)\cgamex86.map"
|
||||
SubSystem="2"
|
||||
BaseAddress="0x30000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\cgamex86.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -298,9 +299,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -374,6 +372,8 @@
|
|||
MapFileName="$(IntDir)\cgamex86.map"
|
||||
SubSystem="2"
|
||||
BaseAddress="0x30000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\cgamex86.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -395,9 +395,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue