This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / nunit20 / util / Makefile
1 thisdir = nunit20/util
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = NUnit.Util.dll
6 LIBRARY_NAME = nunit.util.dll
7 LIBRARY_SNK = $(topdir)/nunit.key
8
9 LOCAL_MCS_FLAGS= \
10         /resource:Transform.resources,NUnit.Util.Transform.resources \
11         -r:nunit.framework.dll -r:nunit.core.dll -r:System.dll \
12         -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly -debug
13 NO_TEST = yo
14
15 EXTRA_DISTFILES = \
16         nunit.util.dll.csproj   \
17         Transform.resx
18
19 %.resources: %.resx
20         $(RESGEN) $<
21
22 include ../../build/library.make
23
24 $(the_lib): Transform.resources