-remove -nostdlib to fix build of msvcrt
authorChristoph von Wittich <christoph_vw@reactos.org>
Sat, 8 Jul 2006 22:07:34 +0000 (22:07 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Sat, 8 Jul 2006 22:07:34 +0000 (22:07 +0000)
-don't set --enable-stdcall-fixup twice

svn path=/trunk/; revision=22953

reactos/dll/win32/msvcrt/msvcrt.rbuild

index 4c51406..51a91cf 100644 (file)
@@ -1,7 +1,5 @@
 <module name="msvcrt" type="win32dll" baseaddress="${BASEADDRESS_MSVCRT}" mangledsymbols="true" installbase="system32" installname="msvcrt.dll">
        <linkerflag>-nostartfiles</linkerflag>
-       <linkerflag>--enable-stdcall-fixup</linkerflag>
-       <linkerflag>-nostdlib</linkerflag>
        <linkerflag>-lgcc</linkerflag>
        <importlibrary definition="msvcrt.def" />
        <include base="msvcrt">.</include>