mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||
|
<module name="circles" type="win32scr" installbase="system32" unicode="true">
|
||
|
<include base="circles">.</include>
|
||
|
<library>scrnsave</library>
|
||
|
<library>user32</library>
|
||
|
<library>gdi32</library>
|
||
|
|
||
|
<metadata description = "Simple Circles GDI screensaver" />
|
||
|
|
||
|
<file>circles.c</file>
|
||
|
<file>circles.rc</file>
|
||
|
</module>
|