[ros-diffs] [gvg] 15291: Don't include standard startup code
gvg at svn.reactos.com
gvg at svn.reactos.com
Sat May 14 23:35:56 CEST 2005
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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050514/6ed44bbd/attachment.html
More information about the Ros-diffs
mailing list