[ros-diffs] [tkreuzer] 35442: Get rid of the _X86_ define by using a -U compiler switch. This way it also works with PCHs, that before didn't like the #undef

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Aug 19 04:33:14 CEST 2008


Author: tkreuzer
Date: Mon Aug 18 21:33:14 2008
New Revision: 35442

URL: http://svn.reactos.org/svn/reactos?rev=35442&view=rev
Log:
Get rid of the _X86_ define by using a -U compiler switch. This way it also works with PCHs, that before didn't like the #undef

Modified:
    branches/ros-amd64-bringup/reactos/ReactOS-amd64.rbuild

Modified: branches/ros-amd64-bringup/reactos/ReactOS-amd64.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/ReactOS-amd64.rbuild?rev=35442&r1=35441&r2=35442&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/ReactOS-amd64.rbuild [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/ReactOS-amd64.rbuild [iso-8859-1] Mon Aug 18 21:33:14 2008
@@ -19,6 +19,7 @@
 	<property name="WINEBUILD_FLAGS" value="--kill-at"/>
 	<property name="NTOSKRNL_SHARED" value="-shared"/>
 	<linkerflag>-enable-stdcall-fixup</linkerflag>
+	<compilerflag>-U_X86_</compilerflag>
 
 	<if property="OPTIMIZE" value="1">
 		<compilerflag>-Os</compilerflag>



More information about the Ros-diffs mailing list