New tests.
[mono.git] / mcs / class / corlib / Makefile
index 3a361b78168c102b26218bbb757d475db19d6572..4206ae2742ab1fd2622d311ab7771fdebe757575 100644 (file)
@@ -23,13 +23,7 @@ RESOURCE_FILES = \
        resources/collation.cjkKOlv2.bin
 
 corlib_flags = -unsafe -nostdlib
-LOCAL_MCS_FLAGS = -nowarn:612,618 -d:INSIDE_CORLIB
-
-# this hack will be dropped once we get this working:
-# http://www.mono-project.com/Moonlight/SecurityStatus#Assembly_Loading
-ifdef MOON_A11Y_INTERNAL_HACK
-       MCS_FLAGS += -define:MOON_A11Y_INTERNAL_HACK
-endif
+LOCAL_MCS_FLAGS = -nowarn:612,618 -d:INSIDE_CORLIB -d:LIBC
 
 # System.IO/DirectoryInfoTest.cs needs Mono.Posix
 TEST_MCS_FLAGS = -debug+ -debug:full -nowarn:168,219,618,672 -unsafe -r:$(topdir)/class/lib/$(PROFILE)/Mono.Posix.dll -define:MONO_DATACONVERTER_STATIC_METHODS
@@ -81,11 +75,3 @@ $(cmp_makefrag): $(cmp_response)
 
 $(cmp_response) $(cmp_makefrag): Makefile $(depsdir)/.stamp
 endif
-
-#
-# qh21 = Quick Hack for 2.1, to be used by impatient developers to get
-# test builds done quickly
-#
-qh21:
-       make PROFILE=net_2_1_raw
-       (cd ../../tools/tuner; rm tune.stamp; make tune.stamp && make PROFILE=net_2_1 install)