Limit use of -enable-stdcall-fixup to mesa32, msvcrt and riched20 modules
authorHervé Poussineau <hpoussin@reactos.org>
Sun, 10 Aug 2008 11:42:31 +0000 (11:42 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Sun, 10 Aug 2008 11:42:31 +0000 (11:42 +0000)
svn path=/trunk/; revision=35263

reactos/ReactOS-i386.rbuild
reactos/dll/3rdparty/mesa32/mesa32.rbuild
reactos/dll/win32/msvcrt/msvcrt.rbuild
reactos/dll/win32/riched20/riched20.rbuild

index e3d4528..8ddfbb5 100644 (file)
@@ -37,6 +37,6 @@
        <compilerflag>-fno-strict-aliasing</compilerflag>
        <compilerflag>-Wno-strict-aliasing</compilerflag>
        <compilerflag>-Wpointer-arith</compilerflag>
-       <linkerflag>-enable-stdcall-fixup</linkerflag>
+       <linkerflag>-disable-stdcall-fixup</linkerflag>
 
 </project>
index 77e1ade..5afb01e 100644 (file)
@@ -2,6 +2,7 @@
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
 <module name="mesa32" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_MESA32}" installbase="system32" installname="mesa32.dll" allowwarnings="true">
        <importlibrary definition="src/drivers/windows/icd/mesa.def" />
+       <linkerflag>-enable-stdcall-fixup</linkerflag>
        <library>ntdll</library>
        <library>kernel32</library>
        <library>msvcrt</library>
index a5a9852..cbacf30 100644 (file)
@@ -11,6 +11,7 @@
        <define name="__NO_CTYPE_INLINES" />
        <define name="_CTYPE_DISABLE_MACROS" />
        <define name="_NO_INLINING" />
+       <linkerflag>-enable-stdcall-fixup</linkerflag>
 
        <!--    __MINGW_IMPORT needs to be defined differently because it's defined
                as dllimport by default, which is invalid from GCC 4.1.0 on!    -->
index 736d3a3..e01a41b 100644 (file)
@@ -8,6 +8,7 @@
        <define name="__WINESRC__" />
        <define name="WINVER">0x600</define>
        <define name="_WIN32_WINNT">0x600</define>
+       <linkerflag>-enable-stdcall-fixup</linkerflag>
        <file>caret.c</file>
        <file>clipboard.c</file>
        <file>context.c</file>