mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Update rbuild project file
Fix linker flags svn path=/trunk/; revision=43547
This commit is contained in:
parent
002073c923
commit
f0eec39ba8
1 changed files with 5 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile=".\Debug/rbuild.exe"
|
OutputFile=".\Debug/rbuild.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=".\Debug/rbuild.pdb"
|
ProgramDatabaseFile=".\Debug/rbuild.pdb"
|
||||||
|
@ -395,6 +395,10 @@
|
||||||
RelativePath="backend\mingw\modulehandler.h"
|
RelativePath="backend\mingw\modulehandler.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\backend\mingw\mstools_detection.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="backend\mingw\pch_detection.h"
|
RelativePath="backend\mingw\pch_detection.h"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue