2007-10-18 Andreia Gaita <avidigal@novell.com>
[mono.git] / mcs / smcs / Makefile
1 thisdir := smcs
2 SUBDIRS :=
3 include ../build/rules.make
4
5 LOCAL_MCS_FLAGS += -d:GMCS_SOURCE -d:SMCS_SOURCE -d:NET_1_1 -d:NET_2_0 /noconfig -warn:0 -debug -unsafe -r:mscorlib.dll -r:System.dll
6
7 PROGRAM = $(topdir)/class/lib/$(PROFILE)/smcs.exe
8 PROGRAM_COMPILE = MONO_PATH="$(topdir)/class/lib/net_2_0$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) ../gmcs/gmcs.exe $(LOCAL_MCS_FLAGS)
9
10 CLEAN_FILES = *.exe *.mdb
11
12 include ../build/executable.make