2004-06-10 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / build / config-default.make
index 960102835c00db55dc2a01eb2eb9d07fbe2e4b0c..49cbf7bcb63b834838c47003e458e2f1ab2a8ae9 100644 (file)
@@ -7,29 +7,21 @@
 # there.
 
 RUNTIME_FLAGS = 
-TEST_HARNESS = $(topdir)/nunit20/nunit-console/nunit-console.exe
-MCS_FLAGS = $(PLATFORM_DEBUG_FLAGS) /nowarn:1595 /nowarn:0169 \
- /nowarn:0109 /nowarn:0067 /nowarn:0649 /nowarn:0679
+TEST_HARNESS = $(topdir)/class/lib/nunit-console.exe
+MCS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
+MBAS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
 LIBRARY_FLAGS = /noconfig
 CFLAGS = -g -O2
 INSTALL = /usr/bin/install
 RUNTIME = mono $(RUNTIME_FLAGS)
-TEST_RUNTIME=MONO_PATH="$(topdir)/class/lib:.:$$MONO_PATH" $(RUNTIME) --debug
+TEST_RUNTIME=$(PLATFORM_RUNTIME)
 prefix = /usr/local
 
 # In case you want to add MCS_FLAGS, this lets you not have to
 # keep track of the default value
 
 DEFAULT_MCS_FLAGS := $(MCS_FLAGS)
-
-# Not all echos are alike. HP/UX doesn't need a -e command.
-# Test for this here
-
-ifeq ($(shell echo -e foo),foo)
-ECHO_ESCAPE=echo -e
-else
-ECHO_ESCAPE=echo
-endif
+DEFAULT_MBAS_FLAGS := $(MBAS_FLAGS)
 
 # You shouldn't need to set these but might on a 
 # weird platform.