13 lines
249 B
Makefile
Raw Normal View History

thisdir = class/System.Xml.Serialization
SUBDIRS =
include ../../build/rules.make
LIBRARY = System.Xml.Serialization.dll
LIB_MCS_FLAGS = /r:System.Xml /r:System.ServiceModel
PLATFORM_DEBUG_FLAGS =
NO_TEST = yes
include ../../build/library.make