KJK::Hyperion is proud to present "dllimport purity", another landmark commit that...
[reactos.git] / reactos / base / shell / cmd / cmd.rbuild
index c0e301b..7ae5ff6 100644 (file)
@@ -1,11 +1,18 @@
 <?xml version="1.0"?>
 <!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
 <group>
-       <module name="cmd_base" type="objectlibrary" unicode="yes">
+       <module name="cmd" type="win32cui" installbase="system32" installname="cmd.exe" unicode="yes">
                <include base="ReactOS">include/reactos/wine</include>
-               <include base="cmd_base">.</include>
+               <include base="cmd">.</include>
                <define name="ANONYMOUSUNIONS" />
                <define name="_DEBUG_MEM" />
+               <library>wine</library>
+               <library>kernel32</library>
+               <library>advapi32</library>
+               <library>shell32</library>
+               <library>user32</library>
+               <file>cmd.rc</file>
+               <file>main.c</file>
                <pch>precomp.h</pch>
                <compilationunit name="unit.c">
                        <file>alias.c</file>
                        <file>window.c</file>
                </compilationunit>
        </module>
-       <module name="cmd" type="win32cui" installbase="system32" installname="cmd.exe" unicode="yes">
-               <include base="ReactOS">include/reactos/wine</include>
-               <include base="cmd">.</include>
-               <define name="ANONYMOUSUNIONS" />
-               <library>cmd_base</library>
-               <library>wine</library>
-               <library>kernel32</library>
-               <library>advapi32</library>
-               <library>shell32</library>
-               <library>user32</library>
-               <file>cmd.rc</file>
-               <file>main.c</file>
-       </module>
 </group>