* 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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue