reactos/rosapps/winfile/winfile.rbuild
Daniel Reimer 6a6c9c1c6c Updated Winefile to Wine 1.0rc4.
Renamed it to Winfile, because this is the name it has under windows.

svn path=/trunk/; revision=33941
2008-06-12 06:22:23 +00:00

24 lines
792 B
Ruby

<?xml version="1.0"?>
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
<module name="winfile" type="win32gui" installbase="system32" installname="winfile.exe" allowwarnings="true">
<include base="winfile">.</include>
<define name="UNICODE" />
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>shell32</library>
<library>comdlg32</library>
<library>comctl32</library>
<library>ole32</library>
<library>mpr</library>
<library>version</library>
<library>user32</library>
<library>gdi32</library>
<library>advapi32</library>
<library>kernel32</library>
<library>uuid</library>
<file>winefile.c</file>
<file>rsrc.rc</file>
</module>
</rbuild>