From acfbc99ce9f8c65a1f43d727436a68c60e204d58 Mon Sep 17 00:00:00 2001 From: juz Date: Mon, 12 Nov 2007 23:36:01 +0000 Subject: * Enable incremental linking for debug configurations in the MSVC projects files. This allows edit and continue to be used, and prevents a build warning about inconsistencies in the project files. * Convert line endings back to DOS in the MSVC project files, as MSVC silently replaces UNIX endings for project files. git-svn-id: svn://svn.icculus.org/quake3/trunk@1210 edf5b092-35ff-0310-97b2-ce42778d08ea --- misc/msvc/ui.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/msvc/ui.vcproj') diff --git a/misc/msvc/ui.vcproj b/misc/msvc/ui.vcproj index 3c3a0ad..039dc36 100644 --- a/misc/msvc/ui.vcproj +++ b/misc/msvc/ui.vcproj @@ -170,7 +170,7 @@ Name="VCLinkerTool" AdditionalDependencies="odbc32.lib odbccp32.lib" OutputFile="$(OutDir)\uix86_new.dll" - LinkIncremental="1" + LinkIncremental="2" SuppressStartupBanner="true" GenerateDebugInformation="true" ProgramDatabaseFile="$(IntDir)\ui.pdb" @@ -361,7 +361,7 @@ Name="VCLinkerTool" AdditionalDependencies="odbc32.lib odbccp32.lib" OutputFile="$(OutDir)\uix86.dll" - LinkIncremental="1" + LinkIncremental="2" SuppressStartupBanner="true" ModuleDefinitionFile=".\ui.def" GenerateDebugInformation="true" -- cgit v1.2.3