* Rbuild, our build system, has served us well so far, but its usefulness has since...
[reactos.git] / reactos / drivers / video / font / bmfd / bmfd.rbuild
diff --git a/reactos/drivers/video/font/bmfd/bmfd.rbuild b/reactos/drivers/video/font/bmfd/bmfd.rbuild
deleted file mode 100644 (file)
index 9cc52f4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
-<module name="bmfd" type="kernelmodedriver" entrypoint="BmfdEnableDriver@12" installbase="system32" installname="bmfd.dll" crt="static">
-       <library>win32k</library>
-       <library>libcntpr</library>
-       <file>enable.c</file>
-       <file>font.c</file>
-       <file>glyph.c</file>
-       <pch>bmfd.h</pch>
-</module>