Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / Mono.CompilerServices.SymbolWriter / Makefile
1 thisdir = class/Mono.CompilerServices.SymbolWriter
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) /r:System.dll
9 NO_TEST = yes
10
11 ifneq (basic, $(PROFILE))
12 USE_BOOT_COMPILE = yes
13 endif
14
15 ifdef USE_BOOT_COMPILE
16 LIBRARY_COMPILE = $(BOOT_COMPILE)
17 endif
18
19 include ../../build/library.make