X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2Fconfig-default.make;h=a6969592c55791c5f00906baf0121f9c08eb0577;hb=b7e4047c9a4e8caacaeafc4db63271b4c910ed17;hp=76edf1adb05fca34e0fae5b22872aac09062eb4c;hpb=ce00fd8ef2b63eeea1070efdb50cc94686b116f5;p=mono.git diff --git a/mcs/build/config-default.make b/mcs/build/config-default.make index 76edf1adb05..a6969592c55 100644 --- a/mcs/build/config-default.make +++ b/mcs/build/config-default.make @@ -6,16 +6,24 @@ # 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/$(PROFILE)/nunit-console.exe MCS_FLAGS = $(PLATFORM_DEBUG_FLAGS) MBAS_FLAGS = $(PLATFORM_DEBUG_FLAGS) LIBRARY_FLAGS = /noconfig +ifndef CFLAGS CFLAGS = -g -O2 -INSTALL = /usr/bin/install +endif prefix = /usr/local -RUNTIME = mono $(RUNTIME_FLAGS) -TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug +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