Skip to content

Commit

Permalink
* Enable incremental linking for debug configurations in the MSVC pro…
Browse files Browse the repository at this point in the history
…jects

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.
  • Loading branch information
Julian Priestley committed Nov 12, 2007
1 parent 25ac131 commit 0d8d161
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions misc/msvc/cgame.vcproj
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions misc/msvc/game.vcproj
Expand Up @@ -72,7 +72,7 @@
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib"
OutputFile="$(OutDir)\qagamex86.dll"
LinkIncremental="1"
LinkIncremental="2"
SuppressStartupBanner="true"
ModuleDefinitionFile=".\game.def"
GenerateDebugInformation="true"
Expand Down Expand Up @@ -168,7 +168,7 @@
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib"
OutputFile="$(OutDir)\qagamex86.dll"
LinkIncremental="1"
LinkIncremental="2"
SuppressStartupBanner="true"
ModuleDefinitionFile=".\game.def"
GenerateDebugInformation="true"
Expand Down
4 changes: 2 additions & 2 deletions misc/msvc/q3_ui.vcproj
Expand Up @@ -74,7 +74,7 @@
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib"
OutputFile="$(OutDir)\uix86_old.dll"
LinkIncremental="1"
LinkIncremental="2"
SuppressStartupBanner="true"
ModuleDefinitionFile="q3_ui.def"
GenerateDebugInformation="true"
Expand Down Expand Up @@ -357,7 +357,7 @@
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib"
OutputFile="$(OutDir)\uix86.dll"
LinkIncremental="1"
LinkIncremental="2"
SuppressStartupBanner="true"
ModuleDefinitionFile="q3_ui.def"
GenerateDebugInformation="true"
Expand Down
4 changes: 2 additions & 2 deletions misc/msvc/ui.vcproj
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0d8d161

Please sign in to comment.