New build system from Peter Williams (peter@newton.cx)
[mono.git] / mcs / nunit20 / framework / Makefile
1 thisdir = nunit20/framework
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = NUnit.Framework.dll
6 LIB_MCS_FLAGS = \
7         /resource:Transform.resources,NUnit.Framework.Transform.resources \
8         /r:System.Xml.dll /r:System.dll
9 NO_TEST = yo
10
11 EXTRA_DISTFILES = \
12         Transform.resources             \
13         Transform.resx                  \
14         nunit.framework.dll.csproj      \
15         Results.xsd                     \
16         Results.xsx                     \
17         Summary.xslt
18
19 include ../../build/library.make