19234507ba
Former-commit-id: 3494343bcc9ddb42b36b82dd9ae7b69e85e0229f
21 lines
367 B
Makefile
21 lines
367 B
Makefile
thisdir = class/Mono.CompilerServices.SymbolWriter
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = Mono.CompilerServices.SymbolWriter.dll
|
|
LIB_REFS = System
|
|
KEYFILE = ../mono.pub
|
|
LIB_MCS_FLAGS =
|
|
|
|
NO_TEST = yes
|
|
|
|
ifneq (basic, $(PROFILE))
|
|
USE_BOOT_COMPILE = yes
|
|
endif
|
|
|
|
ifdef USE_BOOT_COMPILE
|
|
LIBRARY_COMPILE = $(BOOT_COMPILE)
|
|
endif
|
|
|
|
include ../../build/library.make
|