In build:
[mono.git] / mcs / nunit20 / util / Makefile
1 thisdir = nunit20/util
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 CLEAN_FILES = Transform.resources
6
7 LIBRARY = NUnit.Util.dll
8 LIBRARY_NAME = nunit.util.dll
9 LIBRARY_SNK = $(topdir)/nunit.key
10
11 LOCAL_MCS_FLAGS= \
12         /resource:Transform.resources,NUnit.Util.Transform.resources \
13         -r:nunit.framework.dll -r:nunit.core.dll -r:System.dll \
14         -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly -debug
15 NO_TEST = yo
16
17 ifeq (net_2_0, $(PROFILE))
18 NO_INSTALL = yes
19 endif
20
21 EXTRA_DISTFILES = \
22         nunit.util.dll.csproj   \
23         Transform.resx
24
25 %.resources: %.resx
26         $(RESGEN) $<
27
28 include ../../build/library.make
29
30 $(the_lib): Transform.resources