64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
15 lines
282 B
Makefile
15 lines
282 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
|
|
|
|
LIBRARY_COMPILE = $(BOOT_COMPILE)
|
|
|
|
include ../../build/library.make
|