Split custom ReactOS-only non-standard extensions from NTDDSND.H
[reactos.git] / reactos / ReactOS-i386.rbuild
index 0789a43..68b6afa 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
-<project name="ReactOS" makefile="makefile-i386.auto" xmlns:xi="http://www.w3.org/2001/XInclude">
+<project name="ReactOS" makefile="makefile.auto" xmlns:xi="http://www.w3.org/2001/XInclude">
        <xi:include href="config.rbuild">
                <xi:fallback>
                        <xi:include href="config.template.rbuild" />
@@ -12,6 +12,9 @@
        <define name="_M_IX86" />
        <define name="_X86_" />
        <define name="__i386__" />
+       <define name="TARGET_i386" host="true" />
+
+       <define name="USE_COMPILER_EXCEPTIONS" />
 
        <property name="NTOSKRNL_SHARED" value="-file-alignment=0x1000 -section-alignment=0x1000 -shared"/>
 
@@ -37,6 +40,7 @@
        <compilerflag>-fno-strict-aliasing</compilerflag>
        <compilerflag>-Wno-strict-aliasing</compilerflag>
        <compilerflag>-Wpointer-arith</compilerflag>
-       <linkerflag>-enable-stdcall-fixup</linkerflag>
+       <!-- compilerflag>-H</compilerflag>    enable this for header traces -->
+       <linkerflag>-disable-stdcall-fixup</linkerflag>
 
 </project>