mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
accdented acctivated framebufacc in the build system, sorry it broken the build
svn path=/trunk/; revision=30050
This commit is contained in:
parent
48dbc73039
commit
0fd4f6a205
2 changed files with 1 additions and 4 deletions
|
@ -4,9 +4,6 @@
|
|||
<directory name="framebuf">
|
||||
<xi:include href="framebuf/framebuf.rbuild" />
|
||||
</directory>
|
||||
<directory name="framebufacc">
|
||||
<xi:include href="framebufacc/framebuf_acc.rbuild" />
|
||||
</directory>
|
||||
<directory name="vga">
|
||||
<xi:include href="vga/vgaddi.rbuild" />
|
||||
</directory>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="framebuf_acc" type="kernelmodedll" entrypoint="_DrvEnableDriver@12" installbase="system32" installname="framebuf.dll">
|
||||
<module name="framebufacc" type="kernelmodedll" entrypoint="_DrvEnableDriver@12" installbase="system32" installname="framebuf.dll">
|
||||
<importlibrary definition="framebuf_acc.def" />
|
||||
<include base="framebuf_acc">.</include>
|
||||
<library>win32k</library>
|
||||
|
|
Loading…
Reference in a new issue