mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
cfe2ae5fcf
- Change the 3dtext screensaver to use the library - Reduce the amount of code in the blankscr screensaver to a minimum - Remove unneeded resources from both screensavers - Indentation fixes, MSVC build and warning fixes, small translation fixes, etc. for both screensavers and the library See issue #2966 for more details. svn path=/trunk/; revision=32437
12 lines
409 B
Ruby
12 lines
409 B
Ruby
<?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" />
|
|
<library>scrnsave</library>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
|
|
<file>scrnsave.c</file>
|
|
<file>scrnsave.rc</file>
|
|
</module>
|