mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
- .def -> .spec
svn path=/trunk/; revision=35266
This commit is contained in:
parent
044c66916e
commit
a4bc397498
6 changed files with 8 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="blankscr" type="win32scr" installbase="system32" installname="scrnsave.scr" unicode="yes">
|
||||
<importlibrary definition="scrnsave.def" />
|
||||
<importlibrary definition="scrnsave.spec.def" />
|
||||
<library>scrnsave</library>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
|
@ -9,4 +9,5 @@
|
|||
|
||||
<file>scrnsave.c</file>
|
||||
<file>scrnsave.rc</file>
|
||||
<file>scrnsave.spec</file>
|
||||
</module>
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
NAME blankscr.SCR
|
||||
|
||||
EXPORTS
|
||||
ScreenSaverProc
|
||||
ScreenSaverConfigureDialog
|
2
rosapps/applications/screensavers/blankscr/scrnsave.spec
Normal file
2
rosapps/applications/screensavers/blankscr/scrnsave.spec
Normal file
|
@ -0,0 +1,2 @@
|
|||
@ stdcall ScreenSaverProc(ptr long ptr ptr)
|
||||
@ stdcall ScreenSaverConfigureDialog(ptr long ptr ptr)
|
|
@ -1,10 +0,0 @@
|
|||
NAME butterflies.SCR
|
||||
|
||||
DESCRIPTION 'OpenGL Butterflies screen saver'
|
||||
|
||||
HEAPSIZE 1024
|
||||
STACKSIZE 4096
|
||||
|
||||
EXPORTS
|
||||
ScreenSaverProc
|
||||
ScreenSaverConfigureDialog
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="butterflies" type="win32scr" installbase="system32" installname="butterflies.scr" unicode="yes">
|
||||
<importlibrary definition="butterflies.def" />
|
||||
<importlibrary definition="butterflies.spec.def" />
|
||||
<include base="butterflies">.</include>
|
||||
<library>scrnsave</library>
|
||||
<library>kernel32</library>
|
||||
|
@ -16,4 +16,5 @@
|
|||
|
||||
<file>butterflies.c</file>
|
||||
<file>butterflies.rc</file>
|
||||
<file>butterflies.spec</file>
|
||||
</module>
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
@ stdcall ScreenSaverProc(ptr long ptr ptr)
|
||||
@ stdcall ScreenSaverConfigureDialog(ptr long ptr ptr)
|
Loading…
Reference in a new issue