2004-05-25 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / nunit20 / util / Makefile
1 thisdir = nunit20/util
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = nunit.util.dll
6 LOCAL_MCS_FLAGS= \
7         /resource:Transform.resources,NUnit.Util.Transform.resources \
8         -r:nunit.framework.dll -r:nunit.core.dll -r:System.dll \
9         -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly
10 NO_TEST = yo
11
12 EXTRA_DISTFILES = \
13         nunit.util.dll.csproj   \
14         Transform.resources     \
15         Transform.resx          \
16
17 include ../../build/library.make