X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2Fconfig-default.make;h=40d2c6f1c758d2a32a23caf2f1be29e0a52be328;hb=3e7abade0e154abb94866cc994e0b0d89419f46e;hp=a6969592c55791c5f00906baf0121f9c08eb0577;hpb=2d23bfcbce7a3f7e54dcd5911adb88b244baca35;p=mono.git diff --git a/mcs/build/config-default.make b/mcs/build/config-default.make index a6969592c55..40d2c6f1c75 100644 --- a/mcs/build/config-default.make +++ b/mcs/build/config-default.make @@ -9,11 +9,12 @@ # Use UTF-8 as the default encoding for compilers CODEPAGE = 65001 -RUNTIME_FLAGS = -TEST_HARNESS = $(topdir)/class/lib/$(PROFILE)/nunit-console.exe -MCS_FLAGS = $(PLATFORM_DEBUG_FLAGS) -MBAS_FLAGS = $(PLATFORM_DEBUG_FLAGS) -LIBRARY_FLAGS = /noconfig +RUNTIME_FLAGS = +TEST_HARNESS = $(topdir)/class/lib/$(PROFILE)/$(PARENT_PROFILE)nunit-lite-console.exe +PLATFORM_DEBUG_FLAGS = /debug:portable +MCS_FLAGS = +MBAS_FLAGS = -debug +LIBRARY_FLAGS = ifndef CFLAGS CFLAGS = -g -O2 endif @@ -23,13 +24,14 @@ mono_libdir = $(exec_prefix)/lib sysconfdir = $(prefix)/etc #RUNTIME = mono RUNTIME = false -TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug +TEST_RUNTIME = MONO_PATH="./$(PLATFORM_PATH_SEPARATOR)$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug # 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) DEFAULT_MBAS_FLAGS := $(MBAS_FLAGS) +DEFAULT_PROFILE := net_4_x # You shouldn't need to set these but might on a # weird platform.