15 lines
282 B
Makefile
Raw Normal View History

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
LIBRARY_COMPILE = $(BOOT_COMPILE)
include ../../build/library.make