a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
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
|