tag a couple of obsolete members
[mcs.git] / class / Mono.CompilerServices.SymbolWriter / Makefile
blobdf0f8337baee5bbc02c547090ebbb65786baf213
1 thisdir = class/Mono.CompilerServices.SymbolWriter
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.CompilerServices.SymbolWriter.dll
6 LIBRARY_USE_INTERMEDIATE_FILE = yes
8 LIB_MCS_FLAGS = /r:$(corlib)
9 NO_TEST = yes
11 ifneq (basic, $(PROFILE))
12 USE_BOOT_COMPILE = yes
13 endif
15 ifdef USE_BOOT_COMPILE
16 LIBRARY_COMPILE = $(BOOT_COMPILE)
17 endif
19 include ../../build/library.make