10 lines
178 B
Makefile
Raw Normal View History

thisdir = class/Accessibility
SUBDIRS =
include ../../build/rules.make
LIBRARY = Accessibility.dll
LIB_MCS_FLAGS = /r:$(corlib)
NO_TEST = yes
include ../../build/library.make