7a291b287a7c04caaf70e006548829969cec067b
[mono.git] / mcs / nunit24 / ClientUtilities / util / Makefile
1 thisdir = nunit24/ClientUtilities/util
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LIBRARY = nunit.util.dll
6 LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
7
8 LOCAL_MCS_FLAGS= /resource:Transform.resources,NUnit.Util.Transform.resources /d:MONO /d:StronglyNamedAssembly /publicsign -warn:1
9 LIB_REFS = nunit.core nunit.core.interfaces System System.Xml System.Runtime.Remoting
10 NO_TEST = yo
11
12 RESX_RES = Transform.resources
13
14 EXTRA_DISTFILES = \
15         nunit.util.dll.csproj   \
16         nunit.util.dll_VS2005.csproj    \
17         $(RESX_RES:.resources=.resx)
18
19 CLEAN_FILES = $(RESX_RES)
20
21 include ../../../build/library.make
22
23 $(the_lib): $(RESX_RES)
24
25 $(RESX_RES): %.resources: %.resx
26         $(RESGEN) `echo $< | $(PLATFORM_CHANGE_SEPARATOR_CMD)`