Fix build part 1, add precomp.h into bootvid.rbuild
[reactos.git] / reactos / drivers / base / bootvid / bootvid.rbuild
index 1dd4fe8..d79bc9b 100644 (file)
@@ -1,9 +1,13 @@
-<module name="bootvid" type="kernelmodedriver" installbase="system32/drivers" installname="bootvid.sys">
+<module name="bootvid" type="kernelmodedll" entrypoint="DriverEntry@8" installbase="system32/drivers" installname="bootvid.dll">
+       <importlibrary definition="bootvid.def"></importlibrary>
+       <bootstrap base="$(CDOUTPUT)" nameoncd="bootvid.dll" />
        <include base="bootvid">.</include>
-        <define name="__USE_W32API" />
+       <define name="__USE_W32API" />
        <library>ntoskrnl</library>
        <library>hal</library>
        <file>bootvid.c</file>
-       <file>pixelsup_i386.S</file>
+       <file>bootdata.c</file>
+       <file>vga.c</file>
        <file>bootvid.rc</file>
-</module>
+        <pch>precomp.h</pch>
+</module>
\ No newline at end of file