mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
c2d0d784c7
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
21 lines
750 B
Ruby
21 lines
750 B
Ruby
<?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>
|