Remove unneeded hack because host tools don't use target headers anymore
[reactos.git] / reactos / base / applications / screensavers / scrnsave / scrnsave.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="scrnsave" type="win32scr" installbase="system32" installname="scrnsave.scr">
4 <define name="UNICODE" />
5 <define name="_UNICODE" />
6
7 <library>kernel32</library>
8 <library>user32</library>
9 <library>gdi32</library>
10 <library>opengl32</library>
11 <library>glu32</library>
12 <library>winmm</library>
13
14 <file>scrnsave.c</file>
15 <file>scrnsave.rc</file>
16 </module>