The big RosBE 1.5 compatibility patch. You will need RosBE 1.5 from this point!
[reactos.git] / reactos / subsystems / win32 / win32k / win32k.rbuild
index 7063b67..eaefbff 100644 (file)
@@ -1,19 +1,26 @@
 <?xml version="1.0"?>
 <!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
 <group>
-<module name="win32k_base" type="objectlibrary">
-       <include base="win32k_base">.</include>
-       <include base="win32k_base">include</include>
-       <include base="win32k_base" root="intermediate">.</include>
+<module name="win32k" type="kernelmodedriver" installbase="system32" installname="win32k.sys" crt="libcntpr">
+       <importlibrary definition="win32k.pspec" />
+       <library>pseh</library>
+       <library>ntoskrnl</library>
+       <library>hal</library>
+       <library>ftfd</library>
+       <library>dxguid</library>
+       <file>win32k.rc</file>
+       <include base="win32k">.</include>
+       <include base="win32k">include</include>
+       <include base="win32k" root="intermediate">.</include>
        <include base="ntoskrnl">include</include>
        <include base="freetype">include</include>
        <include base="ReactOS">include/reactos/subsys</include>
        <include base="ReactOS">include/reactos/drivers</include>
-       <define name="_WIN32_WINNT">0x0501</define>
-       <define name="WINVER">0x600</define>
+       <compilerflag compilerset="gcc">-fms-extensions</compilerflag>
+       <compilerflag compilerset="msc">/wd4276</compilerflag>
        <define name="LANGPACK" />
        <define name="_WIN32K_" />
-       <pch>w32k.h</pch>
+       <pch>pch.h</pch>
 
        <directory name="dib" root="intermediate">
                <file>dib8gen.c</file>
@@ -29,6 +36,8 @@
                <file>dib24bpp.c</file>
                <file>dib32bpp.c</file>
                <file>dib.c</file>
+               <file>floodfill.c</file>
+               <file>stretchblt.c</file>
 
                <if property="ARCH" value="i386">
                        <directory name="i386">
                </ifnot>
        </directory>
        <directory name="eng">
+               <file>alphablend.c</file>
                <file>bitblt.c</file>
                <file>engbrush.c</file>
+               <file>engevent.c</file>
                <file>clip.c</file>
                <file>copybits.c</file>
                <file>debug.c</file>
                <file>device.c</file>
                <file>driverobj.c</file>
                <file>error.c</file>
-               <file>event.c</file>
                <file>float.c</file>
+               <if property="ARCH" value="i386">
+                       <directory name="i386">
+                               <file>floatobj.S</file>
+                       </directory>
+               </if>
                <file>gradient.c</file>
                <file>lineto.c</file>
+               <file>mapping.c</file>
                <file>mem.c</file>
                <file>engmisc.c</file>
                <file>mouse.c</file>
                <file>paint.c</file>
-               <file>palette.c</file>
                <file>perfcnt.c</file>
                <file>semaphor.c</file>
                <file>sort.c</file>
                <file>string.c</file>
+               <file>stretchblt.c</file>
                <file>surface.c</file>
                <file>transblt.c</file>
                <file>engwindow.c</file>
        <directory name="misc">
                <file>driver.c</file>
                <file>err.c</file>
+               <file>file.c</file>
                <file>math.c</file>
+               <file>rtlstr.c</file>
                <file>copy.c</file>
+               <file>registry.c</file>
                <file>usrheap.c</file>
                <if property="ARCH" value="i386">
-                       <directory name="i386">
+                       <directory name="i386">
                                <file>cos_asm.s</file>
                                <file>sin_asm.s</file>
                                <file>atan2_asm.s</file>
                <file>clipboard.c</file>
                <file>csr.c</file>
                <file>cursoricon.c</file>
+               <file>defwnd.c</file>
                <file>desktop.c</file>
                <file>display.c</file>
                <file>event.c</file>
                <file>bitmaps.c</file>
                <file>brush.c</file>
                <file>cliprgn.c</file>
-               <file>color.c</file>
                <file>coord.c</file>
-               <file>dc.c</file>
+               <file>dcattr.c</file>
+               <file>dclife.c</file>
+               <file>dcobjs.c</file>
+               <file>dcstate.c</file>
                <file>dcutil.c</file>
+               <file>device.c</file>
                <file>dibobj.c</file>
                <file>drawing.c</file>
                <file>fillshap.c</file>
+               <file>font.c</file>
+               <file>freetype.c</file>
                <file>gdibatch.c</file>
                <file>gdiobj.c</file>
                <file>icm.c</file>
                <file>line.c</file>
                <file>metafile.c</file>
-               <file>palobj.c</file>
+               <file>palette.c</file>
                <file>path.c</file>
                <file>pen.c</file>
                <file>polyfill.c</file>
                <file>stockobj.c</file>
                <file>text.c</file>
                <file>wingl.c</file>
+               <file>xformobj.c</file>
        </directory>
        <directory name="stubs">
                <file>stubs.c</file>
+               <file>umpdstubs.c</file>
        </directory>
 </module>
-<module name="win32k" type="kernelmodedriver" installbase="system32" installname="win32k.sys" allowwarnings="true">
-       <importlibrary definition="win32k.def" />
-       <library>win32k_base</library>
-       <library>pseh</library>
-       <library>ntoskrnl</library>
-       <library>ntdll</library>
-       <library>hal</library>
-       <library>freetype</library>
-       <library>dxguid</library>
-       <file>win32k.rc</file>
-</module>
 </group>