7d05485754
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
19 lines
382 B
Makefile
19 lines
382 B
Makefile
thisdir = class/Mono.C5
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = Mono.C5.dll
|
|
LIBRARY_SNK = c5.snk
|
|
LIB_REFS = System
|
|
KEYFILE = c5.pub
|
|
LIB_MCS_FLAGS = -nowarn:169,219,414,1030,3001,3005,3006
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
|
|
|
|
EXTRA_DISTFILES = \
|
|
LICENSE.txt \
|
|
c5.pub c5.snk c5.xml
|
|
|
|
NO_INSTALL = yes
|
|
|
|
include ../../build/library.make
|