mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Replace .def file by a .spec file
svn path=/trunk/; revision=35380
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
LIBRARY framebuf.dll
|
||||
EXPORTS
|
||||
DrvEnableDriver@12
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="framebufacc" type="kernelmodedll" entrypoint="DrvEnableDriver@12" installbase="system32" installname="framebuf.dll">
|
||||
<importlibrary definition="framebufacc.def" />
|
||||
<importlibrary definition="framebufacc.spec.def" />
|
||||
<include base="framebufacc">.</include>
|
||||
<library>win32k</library>
|
||||
<library>libcntpr</library>
|
||||
@@ -11,4 +11,5 @@
|
||||
<file>screen.c</file>
|
||||
<file>surface.c</file>
|
||||
<file>framebufacc.rc</file>
|
||||
<file>framebufacc.spec</file>
|
||||
</module>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
@ stdcall DrvEnableDriver(long long ptr)
|
||||
Reference in New Issue
Block a user