add ISafeSerializationData
[mcs.git] / build / platforms / win32.make
blob71b8a89bb5f3a0bb9cfe927e0b6ac02999a02ec4
1 # -*- makefile -*-
3 # Win32 platform-specific makefile rules.
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 =
12 EXTERNAL_MCS = gmcs
13 EXTERNAL_MBAS = vbc.exe
14 EXTERNAL_RUNTIME =
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)
21 #ILDISASM = monodis.bat
22 ## Gross hack
23 ILDISASM = $(topdir)/../mono/mono/dis/monodis
25 PLATFORM_MAKE_CORLIB_CMP = yes
26 PLATFORM_CHANGE_SEPARATOR_CMD=tr '/' '\\\\'
27 PLATFORM_PATH_SEPARATOR = ;
29 ## not so simple :-)
30 #PLATFORM_AOT_SUFFIX = .dll
32 hidden_prefix =
33 hidden_suffix = .tmp
35 platform-check: