no.urls.needed
[tfs.git] / build / platforms / win32.make
blob66ca283f0da771e73d66e92f0f1748e5dd669f2f
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
11 EXTERNAL_MCS = mcs
12 EXTERNAL_MBAS = vbc.exe
13 EXTERNAL_RUNTIME =
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)
20 #ILDISASM = monodis.bat
21 ## Gross hack
22 ILDISASM = $(topdir)/../mono/mono/dis/monodis
24 PLATFORM_MAKE_CORLIB_CMP = yes
25 PLATFORM_CHANGE_SEPARATOR_CMD=tr '/' '\\\\'
26 PLATFORM_PATH_SEPARATOR = ;
28 hidden_prefix =
29 hidden_suffix = .tmp
31 platform-check: