X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2Fplatforms%2Fwin32.make;h=bed99f53387d0a7b9860fcb5334478d926a22769;hb=8d1a18d611a7e44bf9cdac34039652d1c325f5b0;hp=66ca283f0da771e73d66e92f0f1748e5dd669f2f;hpb=fc4b07f20f9e79fe99d4b520bb5ff8b5e80b10f6;p=mono.git diff --git a/mcs/build/platforms/win32.make b/mcs/build/platforms/win32.make index 66ca283f0da..bed99f53387 100644 --- a/mcs/build/platforms/win32.make +++ b/mcs/build/platforms/win32.make @@ -4,18 +4,17 @@ # PLATFORM_DEBUG_FLAGS = /debug+ /debug:full -PLATFORM_MCS_FLAGS = /nologo /optimize +PLATFORM_MCS_FLAGS = /nologo PLATFORM_RUNTIME = PLATFORM_CORLIB = mscorlib.dll +PLATFORM_TEST_HARNESS_EXCLUDES = EXTERNAL_MCS = mcs EXTERNAL_MBAS = vbc.exe EXTERNAL_RUNTIME = # Disabled since it needs the SDK -#RESGEN = resgen.exe #ILDISASM = ildasm.exe /test -RESGEN = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_RESGEN) #ILDISASM = monodis.bat ## Gross hack @@ -25,6 +24,8 @@ PLATFORM_MAKE_CORLIB_CMP = yes PLATFORM_CHANGE_SEPARATOR_CMD=tr '/' '\\\\' PLATFORM_PATH_SEPARATOR = ; +override CURDIR:=$(shell cygpath -m $(CURDIR)) + hidden_prefix = hidden_suffix = .tmp