mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
Replace .def file by a .spec file
svn path=/trunk/; revision=35173
This commit is contained in:
parent
2f93772b83
commit
ee1c8b302f
9 changed files with 9 additions and 19 deletions
|
@ -1,5 +1,4 @@
|
|||
/* $Id$
|
||||
*
|
||||
/*
|
||||
* PROJECT: ReactOS Console Configuration DLL
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: dll/win32/console/colors.c
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id$
|
||||
*
|
||||
/*
|
||||
* PROJECT: ReactOS Console Configuration DLL
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: dll/win32/console/console.c
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
LIBRARY console.dll
|
||||
|
||||
EXPORTS
|
||||
CPlApplet
|
||||
|
||||
; EOF
|
|
@ -1,5 +1,5 @@
|
|||
<module name="console" type="win32dll" baseaddress="${BASEADDRESS_CONSOLE}" installbase="system32" installname="console.dll" unicode="yes">
|
||||
<importlibrary definition="console.def" />
|
||||
<importlibrary definition="console.spec.def" />
|
||||
<include base="console">.</include>
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<file>layout.c</file>
|
||||
<file>colors.c</file>
|
||||
<file>console.rc</file>
|
||||
<file>console.spec</file>
|
||||
<pch>console.h</pch>
|
||||
</module>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id$
|
||||
*
|
||||
/*
|
||||
* PROJECT: ReactOS Console Configuration DLL
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: dll/win32/console/console.rc
|
||||
|
|
1
reactos/dll/cpl/console/console.spec
Normal file
1
reactos/dll/cpl/console/console.spec
Normal file
|
@ -0,0 +1 @@
|
|||
@ stdcall CPlApplet(ptr long ptr ptr)
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id$
|
||||
*
|
||||
/*
|
||||
* PROJECT: ReactOS Console Configuration DLL
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: dll/win32/console/font.c
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id$
|
||||
*
|
||||
/*
|
||||
* PROJECT: ReactOS Console Configuration DLL
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: dll/win32/console/layout.c
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id$
|
||||
*
|
||||
/*
|
||||
* PROJECT: ReactOS Console Configuration DLL
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: dll/win32/console/options.c
|
||||
|
|
Loading…
Reference in a new issue