modified tools/rbuild/backend/mingw/modulehandler.cpp
[reactos.git] / reactos / drivers / video / displays / vga / vgaddi.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="vgaddi" type="kernelmodedll" entrypoint="DrvEnableDriver@12" installbase="system32" installname="vgaddi.dll">
4 <importlibrary definition="vgaddi.spec" />
5 <include base="vgaddi">.</include>
6 <library>libcntpr</library>
7 <library>win32k</library>
8 <directory name="main">
9 <file>enable.c</file>
10 </directory>
11 <directory name="objects">
12 <file>screen.c</file>
13 <file>pointer.c</file>
14 <file>lineto.c</file>
15 <file>paint.c</file>
16 <file>bitblt.c</file>
17 <file>transblt.c</file>
18 <file>offscreen.c</file>
19 <file>copybits.c</file>
20 </directory>
21 <directory name="vgavideo">
22 <file>vgavideo.c</file>
23 </directory>
24 <file>vgaddi.rc</file>
25 <file>vgaddi.spec</file>
26 </module>