Replace .def file by a .spec file

svn path=/trunk/; revision=35380
This commit is contained in:
Hervé Poussineau
2008-08-16 11:35:58 +00:00
parent 00ff637edd
commit 09bf4fce5d
3 changed files with 3 additions and 4 deletions
@@ -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)