Author: hpoussin Date: Sat Aug 16 06:37:13 2008 New Revision: 35381
URL: http://svn.reactos.org/svn/reactos?rev=35381&view=rev Log: Replace .def file by a .spec file
Added: trunk/reactos/drivers/video/displays/vga/vgaddi.spec (with props) Removed: trunk/reactos/drivers/video/displays/vga/vgaddi.def Modified: trunk/reactos/drivers/video/displays/vga/vgaddi.rbuild
Removed: trunk/reactos/drivers/video/displays/vga/vgaddi.def URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/displays/vga/... ============================================================================== --- trunk/reactos/drivers/video/displays/vga/vgaddi.def [iso-8859-1] (original) +++ trunk/reactos/drivers/video/displays/vga/vgaddi.def (removed) @@ -1,4 +1,0 @@ -; vgaddi.def -LIBRARY vgaddi.dll -EXPORTS -DrvEnableDriver@12
Modified: trunk/reactos/drivers/video/displays/vga/vgaddi.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/displays/vga/... ============================================================================== --- trunk/reactos/drivers/video/displays/vga/vgaddi.rbuild [iso-8859-1] (original) +++ trunk/reactos/drivers/video/displays/vga/vgaddi.rbuild [iso-8859-1] Sat Aug 16 06:37:13 2008 @@ -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>
Added: trunk/reactos/drivers/video/displays/vga/vgaddi.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/displays/vga/... ============================================================================== --- trunk/reactos/drivers/video/displays/vga/vgaddi.spec (added) +++ trunk/reactos/drivers/video/displays/vga/vgaddi.spec [iso-8859-1] Sat Aug 16 06:37:13 2008 @@ -1,0 +1,1 @@ +@ stdcall DrvEnableDriver(long long ptr)
Propchange: trunk/reactos/drivers/video/displays/vga/vgaddi.spec ------------------------------------------------------------------------------ svn:eol-style = native