Don't create any .mdb's for the PCL Facade Assemblies.
[mono.git] / mcs / class / Facades / System.Xml.XDocument / Makefile
1 thisdir = class/Facades/System.Xml.XDocument
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LIBRARY_SUBDIR = Facades
6 LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
7
8 LIBRARY = System.Xml.XDocument.dll
9 LIB_MCS_FLAGS = /r:System.Xml.Linq /r:System.Xml
10
11 PLATFORM_DEBUG_FLAGS =
12
13 NO_TEST = yes
14
15 include ../../../build/library.make