Revert broken changes.
[mono.git] / mcs / class / library.build
index 5bf830ef496a188b74ec8164544b37dafa3683e7..73d75e3fd69379b959cdd1ec14c2e2789b82f51c 100644 (file)
@@ -4,31 +4,23 @@
 <!-- Target windows builds libraries _for_ windows -->
 <!-- Target linux builds libraries _for_ linux -->
 
-<project name="corlib" default="linux">
+<project name="corlib" default="build">
        <property name="debug" value="false"/>
 
-       <target name="windows">
-               <nant basedir="corlib" target="windows"/>
+       <target name="build">
+               <nant basedir="corlib" target="build"/>
                <nant basedir="System" target="build"/>
-               <nant basedir="System.Data" target="build"/>
                <nant basedir="System.Drawing" target="build"/>
-               <nant basedir="System.Web" target="build"/>
-               <nant basedir="System.XML" target="build"/>
-       </target>
-
-       <target name="linux">
-               <nant basedir="corlib" target="linux"/>
-               <nant basedir="System" target="build"/>
-               <nant basedir="System.Drawing" target="build"/>
-               <nant basedir="System.Web" target="build"/>
                <nant basedir="System.XML" target="build"/>
                <nant basedir="System.Data" target="build"/>
+               <nant basedir="System.Web" target="build"/>
        </target>
 
        <target name="test">
                <nant basedir="corlib" target="test"/>
                <nant basedir="System" target="test"/>
                <nant basedir="System.XML" target="test"/>
+               <nant basedir="System.Data" target="test"/>
        </target>
 
        <target name="clean">
@@ -39,6 +31,7 @@
                </delete>
                <nant basedir="corlib" target="clean"/>
                <nant basedir="System" target="clean"/>
+               <nant basedir="System.Drawing" target="clean"/>
                <nant basedir="System.XML" target="clean"/>
                <nant basedir="System.Data" target="clean"/>
        </target>