reactos/drivers/video/displays/framebuf_new/framebuf_new.rbuild

22 lines
764 B
Plaintext
Raw Normal View History

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
<module name="framebuf_new" type="kernelmodedll" entrypoint="DrvEnableDriver@12" installbase="system32" installname="framebuf_new.dll" crt="libcntpr">
<importlibrary definition="framebuf_new.spec" />
<include base="framebuf_new">.</include>
<library>win32k</library>
<file>debug.c</file>
<file>enable.c</file>
<file>palette.c</file>
<file>pointer.c</file>
<file>screen.c</file>
<file>framebuf_new.rc</file>
<if property="ARCH" value="i386">
<group compilerset="gcc">
<compilerflag>-mrtd</compilerflag>
<compilerflag>-fno-builtin</compilerflag>
<compilerflag>-Wno-unused-variable</compilerflag>
</group>
</if>
<pch>driver.h</pch>
</module>