xml -> rbuild moves in base/system
[reactos.git] / reactos / base / system / expand / expand.rbuild
diff --git a/reactos/base/system/expand/expand.rbuild b/reactos/base/system/expand/expand.rbuild
new file mode 100644 (file)
index 0000000..a66145f
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
+<module name="expand" type="win32cui" installbase="system32" installname="expand.exe" usewrc="false">
+       <include base="ReactOS">include/wine</include>
+       <include base="cmd">.</include>
+       <define name="__USE_W32API" />
+       <define name="ANONYMOUSUNIONS" />
+       <define name="_WIN32_WINNT">0x0501</define>
+       <library>lz32</library>
+       <library>user32</library>
+      <file>expand.c</file>    
+      <file>expand.rc</file> 
+</module>