reactos/drivers/video/displays/framebuf/framebuf.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

13 lines
494 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
<module name="framebuf" type="kernelmodedll" entrypoint="DrvEnableDriver@12" installbase="system32" installname="framebuf.dll" crt="libcntpr">
<importlibrary definition="framebuf.spec" />
<include base="framebuf">.</include>
<library>win32k</library>
<file>enable.c</file>
<file>palette.c</file>
<file>pointer.c</file>
<file>screen.c</file>
<file>surface.c</file>
<file>framebuf.rc</file>
</module>