6bdd276d05
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
33 lines
614 B
Makefile
33 lines
614 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:
|
|
@:
|