- We finally figured out how to build the CRT! It seems on ARM, we have to add __MSVC...
authorReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Mon, 28 Jul 2008 02:13:39 +0000 (02:13 +0000)
committerReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Mon, 28 Jul 2008 02:13:39 +0000 (02:13 +0000)
- Thanks to the people who worked on the PPC port for making this obvious in the rbuild file :)

svn path=/trunk/; revision=34884

reactos/ReactOS-arm.rbuild

index 98ce59f..b073d42 100644 (file)
@@ -65,6 +65,7 @@
                <compilerflag>-O3</compilerflag>
        </if>
 
+       <define name="__MSVCRT__"/>
        <compilerflag>-Wno-attributes</compilerflag>
        <compilerflag>-fno-strict-aliasing</compilerflag>
        <linkerflag>-s</linkerflag>