2003-04-17 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / makefile
index 44ebea57cfb2f96ff657d6bb0d9d2a1940051f2a..984e5c1e3eba95e40193a04eb2b14cc66d82e9db 100755 (executable)
@@ -1,6 +1,6 @@
 VERSION=0.13.99
 
-DIRS=jay nant mcs class nunit nunit20 monoresgen tools mbas ilasm
+DIRS=jay nant mcs class nunit20 monoresgen tools mbas ilasm
 INSTALL= /usr/bin/install
 
 all: 
@@ -26,7 +26,6 @@ testcorlib:
        if test x$(OS) = xWindows_NT; then make testcorlibwindows; else make -f makefile.gnu testcorlib; fi
 
 testwindows:
-       $(MAKE) -C nunit
        $(MAKE) -C nunit20
        $(MAKE) -C class test
 
@@ -72,6 +71,7 @@ windowsinstall:
 MONO_WIN_INSTALL_LIB=  \
        class/lib/Accessibility.dll     \
        class/lib/ICSharpCode.SharpZipLib.dll \
+       class/lib/ByteFX.Data.dll \
        class/lib/I18N.CJK.dll  \
        class/lib/I18N.MidEast.dll      \
        class/lib/I18N.Other.dll        \
@@ -112,17 +112,12 @@ MONO_WIN_INSTALL_LIB=     \
        class/lib/System.Windows.Forms.dll      \
        class/lib/System.Xml.dll        \
        class/lib/System.dll    \
-       class/lib/corlib.dll    \
-       nunit/NUnitBase.dll     \
-       nunit/NUnitCore.dll     \
-       nunit/NUnitCore_mono.dll
+       class/lib/corlib.dll
 
 MONO_WIN_INSTALL_BIN=  \
        mcs/mcs.exe     \
        mbas/mbas.exe   \
        nant/NAnt.exe   \
-       nunit/NUnitConsole.exe  \
-       nunit/NUnitConsole_mono.exe     \
        ilasm/ilasm.exe \
        monoresgen/monoresgen.exe       \
        tools/EnumCheck.exe     \