[rbuild]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 3 Jun 2010 15:50:19 +0000 (15:50 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 3 Jun 2010 15:50:19 +0000 (15:50 +0000)
- cleanup obsolete rbuild flags for amd64
- undefine WIN32 for amd64, only _WIN32 should be defined

svn path=/trunk/; revision=47542

reactos/ReactOS-amd64.rbuild

index 6d9f864..7a33724 100644 (file)
@@ -34,8 +34,8 @@
                <!-- compilerflag compiler="cc,cxx">-gstabs+</compilerflag -->
                <!-- compilerflag compiler="as">-gstabs+</compilerflag -->
                <compilerflag>-U_X86_</compilerflag>
+               <compilerflag>-UWIN32</compilerflag>
                <compilerflag>-Wno-format</compilerflag>
-               <compilerflag>-fno-leading-underscore</compilerflag>
        </group>
 
        <group linkerset="ld">
@@ -44,8 +44,6 @@
                <linkerflag>-section-alignment=0x1000</linkerflag>
                <linkerflag>--unique=.eh_frame</linkerflag>
                <linkerflag>-static</linkerflag>
-               <linkerflag>-fno-leading-underscore</linkerflag>
-               <linkerflag>-shared</linkerflag>
                <linkerflag>--exclude-all-symbols</linkerflag>
        </group>