Revert broken changes.
[mono.git] / mcs / class / library.build
index 29054530d0e287f02cbc670d4ba7eba283c6bbe6..73d75e3fd69379b959cdd1ec14c2e2789b82f51c 100644 (file)
@@ -4,22 +4,13 @@
 <!-- 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.XML" target="build"/>
-               <!--nant basedir="System.Web" 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.Drawing" target="build"/>
                <nant basedir="System.XML" target="build"/>
                <nant basedir="System.Data" target="build"/>
                <nant basedir="System.Web" target="build"/>
@@ -29,6 +20,7 @@
                <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>