2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[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 = csc.exe
12 EXTERNAL_MBAS = vbc.exe
13 EXTERNAL_RUNTIME =
14 RESGEN = resgen.exe
15
16 PLATFORM_MAKE_CORLIB_CMP = yes
17 PLATFORM_CHANGE_SEPARATOR_CMD=tr '/' '\\\\'
18 PLATFORM_PATH_SEPARATOR = ;
19
20 hidden_prefix = 
21 hidden_suffix = .tmp
22
23 platform-check:
24         @: