73ceedb059950f762cb5b7f7b4378ea7e3491c2c
[reactos.git] / reactos / drivers / video / miniport / vga / vgamp.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="vgamp" type="kernelmodedriver" installbase="system32/drivers" installname="vgamp.sys">
4 <include base="vgamp">.</include>
5 <define name="__USE_W32API" />
6 <library>videoprt</library>
7 <file>initvga.c</file>
8 <file>vgamp.c</file>
9 <file>vgamp.rc</file>
10 <pch>vgamp.h</pch>
11 </module>