Add missing file
Added:
branches/xmlbuildsystem/reactos/subsys/system/rundll32/rundll32.xml
_____
Added:
branches/xmlbuildsystem/reactos/subsys/system/rundll32/rundll32.xml
--- branches/xmlbuildsystem/reactos/subsys/system/rundll32/rundll32.xml
2005-04-07 19:39:39 UTC (rev 14538)
+++ branches/xmlbuildsystem/reactos/subsys/system/rundll32/rundll32.xml
2005-04-07 19:57:05 UTC (rev 14539)
@@ -0,0 +1,9 @@
+<module name="rundll32" type="win32gui"
installbase="system32"
installname="rundll32.dll">
+ <include base="rundll32">.</include>
+ <define name="UNICODE" />
+ <define name="__USE_W32API" />
+ <library>kernel32</library>
+ <library>user32</library>
+ <file>rundll32.c</file>
+ <file>rundll32.rc</file>
+</module>