mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:05:49 +00:00
Replace .def file by a .spec file
svn path=/trunk/; revision=35381
This commit is contained in:
parent
09bf4fce5d
commit
4d169f861b
3 changed files with 3 additions and 5 deletions
|
@ -1,4 +0,0 @@
|
|||
; vgaddi.def
|
||||
LIBRARY vgaddi.dll
|
||||
EXPORTS
|
||||
DrvEnableDriver@12
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="vgaddi" type="kernelmodedll" entrypoint="DrvEnableDriver@12" installbase="system32" installname="vgaddi.dll">
|
||||
<importlibrary definition="vgaddi.def" />
|
||||
<importlibrary definition="vgaddi.spec.def" />
|
||||
<include base="vgaddi">.</include>
|
||||
<library>libcntpr</library>
|
||||
<library>win32k</library>
|
||||
|
@ -22,4 +22,5 @@
|
|||
<file>vgavideo.c</file>
|
||||
</directory>
|
||||
<file>vgaddi.rc</file>
|
||||
<file>vgaddi.spec</file>
|
||||
</module>
|
||||
|
|
1
reactos/drivers/video/displays/vga/vgaddi.spec
Normal file
1
reactos/drivers/video/displays/vga/vgaddi.spec
Normal file
|
@ -0,0 +1 @@
|
|||
@ stdcall DrvEnableDriver(long long ptr)
|
Loading…
Add table
Add a link
Reference in a new issue