Welcome to mirror list, hosted at ThFree Co, Russian Federation.

win32.make « platforms « build « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d920a3bf9b2015b4d497f4d908efe5450798a33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# -*- 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