Author: ros-arm-bringup
Date: Sun Jul 27 21:13:39 2008
New Revision: 34884
URL:
http://svn.reactos.org/svn/reactos?rev=34884&view=rev
Log:
- We finally figured out how to build the CRT! It seems on ARM, we have to add __MSVCRT__
to all build targets.
- Thanks to the people who worked on the PPC port for making this obvious in the rbuild
file :)
Modified:
trunk/reactos/ReactOS-arm.rbuild
Modified: trunk/reactos/ReactOS-arm.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ReactOS-arm.rbuild?rev=348…
==============================================================================
--- trunk/reactos/ReactOS-arm.rbuild [iso-8859-1] (original)
+++ trunk/reactos/ReactOS-arm.rbuild [iso-8859-1] Sun Jul 27 21:13:39 2008
@@ -65,6 +65,7 @@
<compilerflag>-O3</compilerflag>
</if>
+ <define name="__MSVCRT__"/>
<compilerflag>-Wno-attributes</compilerflag>
<compilerflag>-fno-strict-aliasing</compilerflag>
<linkerflag>-s</linkerflag>