Merge pull request #484 from roji/transactions_pspe
[mono.git] / mcs / class / System.Configuration / Makefile
1 thisdir = class/System.Configuration
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = System.Configuration.dll
6 LIBRARY_USE_INTERMEDIATE_FILE = yes
7
8 LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Xml.dll -r:System.Security.dll -nowarn:618
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10
11 include ../../build/library.make