- 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,9 +1,10 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Version="9,00"
|
||||
Name="game"
|
||||
ProjectGUID="{F9EE10DA-2404-4154-B904-F93C936C040A}"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
|
@ -82,6 +83,8 @@
|
|||
MapFileName="$(IntDir)\qagamex86.map"
|
||||
SubSystem="2"
|
||||
BaseAddress="0x20000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\qagamex86.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -103,9 +106,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -179,6 +179,8 @@
|
|||
MapFileName="$(IntDir)\qagamex86.map"
|
||||
SubSystem="2"
|
||||
BaseAddress="0x20000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\qagamex86.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -200,9 +202,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -276,6 +275,8 @@
|
|||
MapFileName="$(IntDir)\qagamex86.map"
|
||||
SubSystem="2"
|
||||
BaseAddress="0x20000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\qagamex86.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -297,9 +298,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -373,6 +371,8 @@
|
|||
MapFileName="$(IntDir)\qagamex86.map"
|
||||
SubSystem="2"
|
||||
BaseAddress="0x20000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\qagamex86.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -394,9 +394,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue