mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
2750f99b97
- Updated scrnsave library reference name - started removing MSVC resource stuff - renamed scrnsave to blankscr to avoid name conflicts with scrnsave library - modified scrnsave (aka blankscr) to use scrnsave library . simplified the code a lot! - various other small changes svn path=/trunk/; revision=30753
19 lines
653 B
Ruby
19 lines
653 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
|
<module name="butterflies" type="win32scr" installbase="system32" installname="butterflies.scr" allowwarnings="true">
|
|
<importlibrary definition="butterflies.def" />
|
|
<include base="butterflies">.</include>
|
|
<library>scrnsave</library>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>opengl32</library>
|
|
<library>glu32</library>
|
|
<library>advapi32</library>
|
|
<library>shell32</library>
|
|
|
|
<metadata description = "OpenGL Butterflies screensaver" />
|
|
|
|
<file>butterflies.c</file>
|
|
<file>butterflies.rc</file>
|
|
</module>
|