2005-04-12 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / System.Configuration.Install / Makefile
1 thisdir = class/System.Configuration.Install
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = System.Configuration.Install.dll
6 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll
7 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
8
9 EXTRA_DISTFILES = Test/ChangeLog Test/System.Configuration.Install/InstallerAssembly.cs
10
11 include ../../build/library.make
12
13 test-local run-test-local: Test/System.Configuration.Install/InstallerAssembly.dll
14
15 Test/System.Configuration.Install/InstallerAssembly.dll: Test/System.Configuration.Install/InstallerAssembly.cs
16         $(CSCOMPILE) /t:library /r:System.Configuration.Install.dll /out:$@ $<