Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / base / applications / screensavers / cylfrac / cylfrac.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="cylfrac" type="win32scr" installbase="system32" installname="cylfrac.scr">
4 <define name="__USE_W32API" />
5 <define name="__REACTOS__" />
6 <define name="UNICODE" />
7 <define name="_UNICODE" />
8
9 <library>kernel32</library>
10 <library>user32</library>
11 <library>gdi32</library>
12 <library>opengl32</library>
13 <library>glu32</library>
14 <library>winmm</library>
15
16 <file>cylfrac.c</file>
17 <file>cylfrac.rc</file>
18 </module>