From 37983f7fc3098e23522298e721896c559d84975a Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Thu, 26 Feb 2015 22:27:27 -0500 Subject: [build] Add dependency information for class libraries using a LIB_REFS variable which lists the assemblies a given assembly depends on to build. --- mcs/class/Commons.Xml.Relaxng/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mcs/class/Commons.Xml.Relaxng') diff --git a/mcs/class/Commons.Xml.Relaxng/Makefile b/mcs/class/Commons.Xml.Relaxng/Makefile index 5e9c85d4b35..266909d1864 100644 --- a/mcs/class/Commons.Xml.Relaxng/Makefile +++ b/mcs/class/Commons.Xml.Relaxng/Makefile @@ -7,6 +7,7 @@ RESOURCE_FILES = resources/relaxng.rng OTHER_RES = $(RESOURCE_FILES) LIBRARY = Commons.Xml.Relaxng.dll +LIB_REFS = System System.Xml LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \ $(foreach r, $(OTHER_RES), /resource:$(r),$(notdir $(r))) TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 -- cgit v1.2.3