fixes for make bootcd
[reactos.git] / reactos / base / system / expand / expand.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
3 <module name="expand" type="win32cui" installbase="system32" installname="expand.exe" usewrc="false">
4 <include base="ReactOS">include/wine</include>
5 <include base="cmd">.</include>
6 <define name="__USE_W32API" />
7 <define name="ANONYMOUSUNIONS" />
8 <define name="_WIN32_WINNT">0x0501</define>
9 <library>lz32</library>
10 <library>user32</library>
11 <file>expand.c</file>
12 <file>expand.rc</file>
13 </module>