* Bring back rbuild build to be used until bug 6372 is fixed.
[reactos.git] / drivers / video / displays / framebuf_new / framebuf_new.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="framebuf_new" type="kernelmodedll" entrypoint="DrvEnableDriver@12" installbase="system32" installname="framebuf_new.dll" crt="libcntpr">
4 <importlibrary definition="framebuf_new.spec" />
5 <include base="framebuf_new">.</include>
6 <library>win32k</library>
7 <file>debug.c</file>
8 <file>enable.c</file>
9 <file>palette.c</file>
10 <file>pointer.c</file>
11 <file>screen.c</file>
12 <file>framebuf_new.rc</file>
13 <if property="ARCH" value="i386">
14 <group compilerset="gcc">
15 <compilerflag>-mrtd</compilerflag>
16 <compilerflag>-fno-builtin</compilerflag>
17 <compilerflag>-Wno-unused-variable</compilerflag>
18 </group>
19 </if>
20 <pch>driver.h</pch>
21 </module>