Make AOT compilation explicit
[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 /optimize
8 PLATFORM_RUNTIME = 
9 PLATFORM_CORLIB = mscorlib.dll
10 PLATFORM_TEST_HARNESS_EXCLUDES =
11
12 EXTERNAL_MCS = mcs
13 EXTERNAL_MBAS = vbc.exe
14 EXTERNAL_RUNTIME =
15
16 # Disabled since it needs the SDK
17 #RESGEN = resgen.exe
18 #ILDISASM = ildasm.exe /test
19 RESGEN = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_RESGEN)
20
21 #ILDISASM = monodis.bat
22 ## Gross hack
23 ILDISASM = $(topdir)/../mono/mono/dis/monodis
24
25 PLATFORM_MAKE_CORLIB_CMP = yes
26 PLATFORM_CHANGE_SEPARATOR_CMD=tr '/' '\\\\'
27 PLATFORM_PATH_SEPARATOR = ;
28
29 ## not so simple :-)
30 #PLATFORM_AOT_SUFFIX = .dll
31
32 hidden_prefix = 
33 hidden_suffix = .tmp
34
35 platform-check:
36         @: