Replace .def file by a .spec file

svn path=/trunk/; revision=35379
This commit is contained in:
Hervé Poussineau 2008-08-16 11:35:36 +00:00
parent 016f8daf8b
commit 00ff637edd
3 changed files with 3 additions and 4 deletions

View file

@ -1,3 +0,0 @@
LIBRARY framebuf.dll
EXPORTS
DrvEnableDriver@12

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
<module name="framebuf" type="kernelmodedll" entrypoint="DrvEnableDriver@12" installbase="system32" installname="framebuf.dll">
<importlibrary definition="framebuf.def" />
<importlibrary definition="framebuf.spec.def" />
<include base="framebuf">.</include>
<library>win32k</library>
<library>libcntpr</library>
@ -11,4 +11,5 @@
<file>screen.c</file>
<file>surface.c</file>
<file>framebuf.rc</file>
<file>framebuf.spec</file>
</module>

View file

@ -0,0 +1 @@
@ stdcall DrvEnableDriver(long long ptr)