13 lines
249 B
Makefile
13 lines
249 B
Makefile
|
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
|