Replace .def file by a .spec file

svn path=/trunk/; revision=35376
This commit is contained in:
Hervé Poussineau 2008-08-16 11:14:22 +00:00
parent 9fbc7142ad
commit 33893b9568
5 changed files with 5 additions and 10 deletions

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
/* $Id$ /* $Id: diskdump.c 29690 2007-10-19 23:21:45Z dreimer $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Kernel * PROJECT: ReactOS Kernel

View file

@ -1,7 +0,0 @@
; $Id$
;
; diskdump.def - export definition file for crash dump driver
;
LIBRARY DISKDUMP.SYS
EXPORTS
DiskDumpFunctions

View file

@ -2,7 +2,7 @@
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd"> <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
<module name="diskdump" type="kernelmodedriver" installbase="system32/drivers" installname="diskdump.sys"> <module name="diskdump" type="kernelmodedriver" installbase="system32/drivers" installname="diskdump.sys">
<bootstrap installbase="$(CDOUTPUT)" /> <bootstrap installbase="$(CDOUTPUT)" />
<importlibrary definition="diskdump.def" /> <importlibrary definition="diskdump.spec.def" />
<include base="ReactOS">include/reactos/drivers</include> <include base="ReactOS">include/reactos/drivers</include>
<library>ntoskrnl</library> <library>ntoskrnl</library>
<library>hal</library> <library>hal</library>
@ -11,4 +11,5 @@
<file>diskdump.c</file> <file>diskdump.c</file>
<file>diskdump_helper.S</file> <file>diskdump_helper.S</file>
<file>diskdump.rc</file> <file>diskdump.rc</file>
<file>diskdump.spec</file>
</module> </module>

View file

@ -1,4 +1,4 @@
/* $Id$ */ /* $Id: diskdump.rc 21842 2006-05-07 19:16:11Z ion $ */
#define REACTOS_VERSION_DLL #define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Crash Dump Disk Driver\0" #define REACTOS_STR_FILE_DESCRIPTION "Crash Dump Disk Driver\0"

View file

@ -0,0 +1 @@
@ extern DiskDumpFunctions