New test.
[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
11 EXTERNAL_MCS = mcs
12 EXTERNAL_MBAS = vbc.exe
13 EXTERNAL_RUNTIME =
14
15 # Disabled since it needs the SDK
16 #RESGEN = resgen.exe
17 #ILDISASM = ildasm.exe /test
18 RESGEN = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_RESGEN)
19
20 #ILDISASM = monodis.bat
21 ## Gross hack
22 ILDISASM = $(topdir)/../mono/mono/dis/monodis
23
24 PLATFORM_MAKE_CORLIB_CMP = yes
25 PLATFORM_CHANGE_SEPARATOR_CMD=tr '/' '\\\\'
26 PLATFORM_PATH_SEPARATOR = ;
27
28 hidden_prefix = 
29 hidden_suffix = .tmp
30
31 platform-check:
32         @: