* Rbuild, our build system, has served us well so far, but its usefulness has since...
[reactos.git] / reactos / drivers / video / displays / framebuf / framebuf.rbuild
diff --git a/reactos/drivers/video/displays/framebuf/framebuf.rbuild b/reactos/drivers/video/displays/framebuf/framebuf.rbuild
deleted file mode 100644 (file)
index 2ac987e..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>
-       <pch>framebuf.h</pch>
-</module>