- 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="ui"
|
||||
ProjectGUID="{A8EAC38E-C7DA-42F8-811D-77FD092B9D19}"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
|
@ -82,6 +83,8 @@
|
|||
GenerateMapFile="true"
|
||||
MapFileName="$(IntDir)\uix86.map"
|
||||
BaseAddress="0x40000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\uix86.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -103,9 +106,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -179,6 +179,8 @@
|
|||
GenerateMapFile="true"
|
||||
MapFileName="$(IntDir)\uix86_new.map"
|
||||
BaseAddress="0x40000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\uix86_new.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -200,9 +202,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -275,6 +274,8 @@
|
|||
GenerateMapFile="true"
|
||||
MapFileName="$(IntDir)\uix86_new.map"
|
||||
BaseAddress="0x40000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\uix86_new.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -296,9 +297,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -373,6 +371,8 @@
|
|||
GenerateMapFile="true"
|
||||
MapFileName="$(IntDir)\uix86.map"
|
||||
BaseAddress="0x40000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\uix86.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