From: namespace <namespace> Date: Thu, 8 Mar 2007 16:39:30 +0000 (+0000) Subject: Added manifest files to setup for q3map2 and q2map X-Git-Tag: xonotic-v0.7.0~16^2~12^2~139 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1086f5df1d188de1fc99be5a2f5f1d10d1473c70;p=xonotic%2Fnetradiant.git 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 --- diff --git a/radiant/GtkRadiant.vcproj b/radiant/GtkRadiant.vcproj index d2b4979c..42ec7ee2 100644 --- a/radiant/GtkRadiant.vcproj +++ b/radiant/GtkRadiant.vcproj @@ -151,7 +151,7 @@ UsePrecompiledHeader="0" WarningLevel="4" Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" + DebugInformationFormat="0" DisableSpecificWarnings="4610;4510;4512;4505;4100;4127;4996" /> <Tool diff --git a/setup/win32/components/msvcr80.xml b/setup/win32/components/msvcr80.xml index f874fc71..696121a8 100644 --- a/setup/win32/components/msvcr80.xml +++ b/setup/win32/components/msvcr80.xml @@ -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>