4f34c924f03258a9d7c7f0618f0b33c317e31826
[mono.git] / mcs / build / platforms / win32.make
1 # -*- makefile -*-
2 #
3 # Win32 platform-specific makefile rules.
4 #
5
6 PLATFORM_DEBUG_FLAGS = /debug+ /debug:full
7 PLATFORM_MCS_FLAGS = /nologo
8 PLATFORM_RUNTIME = 
9 PLATFORM_CORLIB = mscorlib.dll
10 PLATFORM_TEST_HARNESS_EXCLUDES = NotOnWindows,
11
12 EXTERNAL_MCS = mcs
13 EXTERNAL_MBAS = vbc.exe
14 EXTERNAL_RUNTIME =
15
16 # Disabled since it needs the SDK
17 #ILDISASM = ildasm.exe /test
18
19 #ILDISASM = monodis.bat
20 ## Gross hack
21 ILDISASM = $(topdir)/../mono/mono/dis/monodis
22
23 PLATFORM_MAKE_CORLIB_CMP = yes
24 PLATFORM_CHANGE_SEPARATOR_CMD=tr '/' '\\\\'
25 PLATFORM_PATH_SEPARATOR = ;
26
27 override CURDIR:=$(shell cygpath -m $(CURDIR))
28
29 hidden_prefix = 
30 hidden_suffix = .tmp
31
32 platform-check:
33         @: