mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
Don't include standard startup code
svn path=/branches/xmlbuildsystem/; revision=15291
This commit is contained in:
parent
e44380e9a3
commit
133454688d
2 changed files with 6 additions and 0 deletions
|
@ -36,5 +36,8 @@
|
|||
<file>text.c</file>
|
||||
<file>utils.c</file>
|
||||
</directory>
|
||||
<linkerflag>-lgcc</linkerflag>
|
||||
<linkerflag>-nostartfiles</linkerflag>
|
||||
<linkerflag>-nostdlib</linkerflag>
|
||||
<file>gdi32.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -74,5 +74,8 @@
|
|||
<file>window.c</file>
|
||||
<file>winpos.c</file>
|
||||
</directory>
|
||||
<linkerflag>-lgcc</linkerflag>
|
||||
<linkerflag>-nostartfiles</linkerflag>
|
||||
<linkerflag>-nostdlib</linkerflag>
|
||||
<file>user32.rc</file>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue