mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
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
svn path=/branches/ros-amd64-bringup/; revision=35442
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user