pain
[mono.git] / mcs / nunit20 / util / Makefile
index 6aa91351510c463d7638f9202705d640eb183942..29ed5b4a5eac7ece7ef45b0bcc84b9d7becbb766 100644 (file)
@@ -2,17 +2,25 @@ thisdir = nunit20/util
 SUBDIRS = 
 include ../../build/rules.make
 
+CLEAN_FILES = Transform.resources
+
 LIBRARY = NUnit.Util.dll
 LIBRARY_NAME = nunit.util.dll
+LIBRARY_SNK = $(topdir)/nunit.key
+
 LOCAL_MCS_FLAGS= \
        /resource:Transform.resources,NUnit.Util.Transform.resources \
        -r:nunit.framework.dll -r:nunit.core.dll -r:System.dll \
-       -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly
+       -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly -debug
 NO_TEST = yo
 
 EXTRA_DISTFILES = \
        nunit.util.dll.csproj   \
-       Transform.resources     \
-       Transform.resx          \
+       Transform.resx
+
+%.resources: %.resx
+       $(RESGEN) $<
 
 include ../../build/library.make
+
+$(the_lib): Transform.resources