Added manifest files to setup for q3map2 and q2map

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@155 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
namespace 2007-03-08 16:39:30 +00:00
parent 2505d52897
commit 1086f5df1d
2 changed files with 12 additions and 10 deletions

View file

@ -151,7 +151,7 @@
UsePrecompiledHeader="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
DebugInformationFormat="0"
DisableSpecificWarnings="4610;4510;4512;4505;4100;4127;4996"
/>
<Tool

View file

@ -1,9 +1,11 @@
<?xml version="1.0"?>
<component>
<file name="msvcr80.dll"/>
<file name="msvcm80.dll"/>
<file name="msvcp80.dll"/>
<file name="msvcrt.dll"/>
<file name="GtkRadiant.exe.manifest"/>
<file name="Microsoft.VC80.CRT.Manifest"/>
</component>
<?xml version="1.0"?>
<component>
<file name="msvcr80.dll"/>
<file name="msvcm80.dll"/>
<file name="msvcp80.dll"/>
<file name="msvcrt.dll"/>
<file name="GtkRadiant.exe.manifest"/>
<file name="q3map2.exe.manifest"/>
<file name="q2map.exe.manifest"/>
<file name="Microsoft.VC80.CRT.Manifest"/>
</component>