* 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.
This commit is contained in:
Julian Priestley 2007-11-12 23:36:01 +00:00
parent 25ac1317b1
commit 0d8d161eaf
4 changed files with 8 additions and 8 deletions

View file

@ -168,7 +168,7 @@
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib"
OutputFile="$(OutDir)\cgamex86.dll"
LinkIncremental="1"
LinkIncremental="2"
SuppressStartupBanner="true"
ModuleDefinitionFile=".\cgame.def"
GenerateDebugInformation="true"
@ -360,7 +360,7 @@
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib"
OutputFile="$(OutDir)\cgamex86.dll"
LinkIncremental="1"
LinkIncremental="2"
SuppressStartupBanner="true"
ModuleDefinitionFile=".\cgame.def"
GenerateDebugInformation="true"