X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2Fconfig-default.make;h=c556006cfc562e3b3149beb5690575e684a05da4;hb=735f33a2301e6c3ab0ac3d715558702a0853f701;hp=49cbf7bcb63b834838c47003e458e2f1ab2a8ae9;hpb=98a86ecd4ba2d3b4631d98ac5a4abf23f4e6c3e3;p=mono.git diff --git a/mcs/build/config-default.make b/mcs/build/config-default.make index 49cbf7bcb63..c556006cfc5 100644 --- a/mcs/build/config-default.make +++ b/mcs/build/config-default.make @@ -6,16 +6,22 @@ # DO NOT EDIT THIS FILE! Create config.make and override settings # there. +# Use UTF-8 as the default encoding for compilers +CODEPAGE = 65001 + RUNTIME_FLAGS = -TEST_HARNESS = $(topdir)/class/lib/nunit-console.exe +TEST_HARNESS = $(topdir)/class/lib/$(PROFILE)/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=$(PLATFORM_RUNTIME) prefix = /usr/local +exec_prefix = $(prefix) +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 # In case you want to add MCS_FLAGS, this lets you not have to # keep track of the default value