mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* 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:
parent
25ac1317b1
commit
0d8d161eaf
4 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="winmm.lib"
|
||||
OutputFile="$(OutDir)\qagamex86.dll"
|
||||
LinkIncremental="1"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="true"
|
||||
ModuleDefinitionFile=".\game.def"
|
||||
GenerateDebugInformation="true"
|
||||
|
@ -168,7 +168,7 @@
|
|||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="winmm.lib"
|
||||
OutputFile="$(OutDir)\qagamex86.dll"
|
||||
LinkIncremental="1"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="true"
|
||||
ModuleDefinitionFile=".\game.def"
|
||||
GenerateDebugInformation="true"
|
||||
|
|
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue