mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Replace .def file by a .spec file
svn path=/trunk/; revision=35376
This commit is contained in:
parent
9fbc7142ad
commit
33893b9568
5 changed files with 5 additions and 10 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* 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
|
||||
* PROJECT: ReactOS Kernel
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
; $Id$
|
||||
;
|
||||
; diskdump.def - export definition file for crash dump driver
|
||||
;
|
||||
LIBRARY DISKDUMP.SYS
|
||||
EXPORTS
|
||||
DiskDumpFunctions
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="diskdump" type="kernelmodedriver" installbase="system32/drivers" installname="diskdump.sys">
|
||||
<bootstrap installbase="$(CDOUTPUT)" />
|
||||
<importlibrary definition="diskdump.def" />
|
||||
<importlibrary definition="diskdump.spec.def" />
|
||||
<include base="ReactOS">include/reactos/drivers</include>
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
|
@ -11,4 +11,5 @@
|
|||
<file>diskdump.c</file>
|
||||
<file>diskdump_helper.S</file>
|
||||
<file>diskdump.rc</file>
|
||||
<file>diskdump.spec</file>
|
||||
</module>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$ */
|
||||
/* $Id: diskdump.rc 21842 2006-05-07 19:16:11Z ion $ */
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Crash Dump Disk Driver\0"
|
||||
|
|
1
reactos/drivers/storage/port/diskdump/diskdump.spec
Normal file
1
reactos/drivers/storage/port/diskdump/diskdump.spec
Normal file
|
@ -0,0 +1 @@
|
|||
@ extern DiskDumpFunctions
|
Loading…
Reference in a new issue