- 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="q3_ui"
|
||||
ProjectGUID="{D454C4C7-7765-4149-ABAD-05FDEB9D94F8}"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
|
@ -83,6 +84,8 @@
|
|||
GenerateMapFile="true"
|
||||
MapFileName="$(IntDir)\uix86.map"
|
||||
BaseAddress="0x40000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\uix86.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -104,9 +107,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -177,6 +177,8 @@
|
|||
SuppressStartupBanner="true"
|
||||
ModuleDefinitionFile="q3_ui.def"
|
||||
ProgramDatabaseFile="$(IntDir)\uix86_old.pdb"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\q3_ui.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -198,9 +200,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -271,6 +270,8 @@
|
|||
SuppressStartupBanner="true"
|
||||
ModuleDefinitionFile=".\q3_ui.def"
|
||||
ProgramDatabaseFile="$(IntDir)\uix86.pdb"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\uix86.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -292,9 +293,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -369,6 +367,8 @@
|
|||
GenerateMapFile="true"
|
||||
MapFileName="$(IntDir)\uix86.map"
|
||||
BaseAddress="0x40000000"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(IntDir)\uix86.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
|
@ -390,9 +390,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue