mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:56:06 +00:00
Replace .def files by .spec files
svn path=/trunk/; revision=32710
This commit is contained in:
parent
f44b90f919
commit
d2d64ffade
13 changed files with 74 additions and 78 deletions
|
@ -1,5 +0,0 @@
|
|||
NAME 3dtext.scr
|
||||
|
||||
EXPORTS
|
||||
ScreenSaverProc
|
||||
ScreenSaverConfigureDialog
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="3dtext" type="win32scr" installbase="system32" installname="3dtext.scr" unicode="yes">
|
||||
<importlibrary definition="3dtext.def" />
|
||||
<importlibrary definition="3dtext.spec.def" />
|
||||
<library>scrnsave</library>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
|
@ -13,6 +13,7 @@
|
|||
<file>3dtext.c</file>
|
||||
<file>settings.c</file>
|
||||
<file>rsrc.rc</file>
|
||||
<file>3dtext.spec</file>
|
||||
|
||||
<metadata description="3D text OpenGL screensaver" />
|
||||
</module>
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
@ stdcall ScreenSaverProc(ptr long ptr ptr)
|
||||
@ stdcall ScreenSaverConfigureDialog(ptr long ptr ptr)
|
|
@ -1,5 +0,0 @@
|
|||
NAME logon.scr
|
||||
|
||||
EXPORTS
|
||||
ScreenSaverProc
|
||||
ScreenSaverConfigureDialog
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="logon" type="win32scr" installbase="system32" installname="logon.scr" unicode="true">
|
||||
<importlibrary definition="logon.def" />
|
||||
<importlibrary definition="logon.spec.def" />
|
||||
<include base="logon">.</include>
|
||||
<library>scrnsave</library>
|
||||
<library>kernel32</library>
|
||||
|
@ -12,4 +12,5 @@
|
|||
|
||||
<file>logon.c</file>
|
||||
<file>logon.rc</file>
|
||||
<file>logon.spec</file>
|
||||
</module>
|
||||
|
|
2
reactos/base/applications/screensavers/logon/logon.spec
Normal file
2
reactos/base/applications/screensavers/logon/logon.spec
Normal file
|
@ -0,0 +1,2 @@
|
|||
@ stdcall ScreenSaverProc(ptr long ptr ptr)
|
||||
@ stdcall ScreenSaverConfigureDialog(ptr long ptr ptr)
|
Loading…
Add table
Add a link
Reference in a new issue