Don't include standard startup code
Modified: branches/xmlbuildsystem/reactos/lib/gdi32/gdi32.xml
Modified: branches/xmlbuildsystem/reactos/lib/user32/user32.xml
_____
Modified: branches/xmlbuildsystem/reactos/lib/gdi32/gdi32.xml
--- branches/xmlbuildsystem/reactos/lib/gdi32/gdi32.xml 2005-05-14
20:57:23 UTC (rev 15290)
+++ branches/xmlbuildsystem/reactos/lib/gdi32/gdi32.xml 2005-05-14
21:35:54 UTC (rev 15291)
@@ -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>
_____
Modified: branches/xmlbuildsystem/reactos/lib/user32/user32.xml
--- branches/xmlbuildsystem/reactos/lib/user32/user32.xml
2005-05-14 20:57:23 UTC (rev 15290)
+++ branches/xmlbuildsystem/reactos/lib/user32/user32.xml
2005-05-14 21:35:54 UTC (rev 15291)
@@ -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>