aboutsummaryrefslogtreecommitdiffstats
path: root/misc/msvc/ui.vcproj
diff options
context:
space:
mode:
authorjuz <juz@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-11-12 23:36:01 +0000
committerjuz <juz@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-11-12 23:36:01 +0000
commitacfbc99ce9f8c65a1f43d727436a68c60e204d58 (patch)
tree8b4f379c67db05c8aa12872c727dc659c4285ec2 /misc/msvc/ui.vcproj
parented87b88037dfefb48ee9dc801aea5b143657f2dd (diff)
downloadioquake3-aero-acfbc99ce9f8c65a1f43d727436a68c60e204d58.tar.gz
ioquake3-aero-acfbc99ce9f8c65a1f43d727436a68c60e204d58.zip
* 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
Diffstat (limited to 'misc/msvc/ui.vcproj')
-rw-r--r--misc/msvc/ui.vcproj4
1 files changed, 2 insertions, 2 deletions
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"