New test.
[mono.git] / mcs / class / Mono.CompilerServices.SymbolWriter / Makefile
1 thisdir = class/Mono.CSharp.Debugger
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = Mono.CompilerServices.SymbolWriter.dll
6 LIBRARY_USE_INTERMEDIATE_FILE = yes
7
8 LIB_MCS_FLAGS = /r:$(corlib)
9 NO_TEST = yes
10
11 ifeq (win32default, $(PLATFORM)$(PROFILE))
12 LIBRARY_COMPILE = MONO_PATH="$(topdir)/class/lib/$(PROFILE);$$MONO_PATH" $(INTERNAL_MCS) $(USE_MCS_FLAGS)
13 endif
14
15 include ../../build/library.make