Xamarin Public Jenkins (auto-signing) 65ce5c75f1 Imported Upstream version 6.0.0.246
Former-commit-id: 241b0eee0d9f22ae63312d981dd04646ce8514ed
2019-05-18 08:35:58 +00:00

35 lines
632 B
Makefile

# -*- makefile -*-
#
# Win32 platform-specific makefile rules.
#
PLATFORM_MCS_FLAGS =
PLATFORM_RUNTIME =
PLATFORM_CORLIB = mscorlib.dll
PLATFORM_TEST_HARNESS_EXCLUDES = NotOnWindows,
EXTERNAL_MCS = mcs
EXTERNAL_MBAS = vbc.exe
EXTERNAL_RUNTIME = mono
# Disabled since it needs the SDK
#ILDISASM = ildasm.exe /test
#ILDISASM = monodis.bat
## Gross hack
ILDISASM = $(topdir)/../mono/mono/dis/monodis
PLATFORM_MAKE_CORLIB_CMP = yes
PLATFORM_CHANGE_SEPARATOR_CMD=tr '/' '\\\\'
PLATFORM_PATH_SEPARATOR = ;
override CURDIR:=$(shell cygpath -m $(CURDIR))
hidden_prefix =
hidden_suffix = .tmp
platform-check:
@:
PLATFORM_WIN32=1