15 lines
304 B
Makefile
Raw Normal View History

thisdir = class/System.Web.Routing
SUBDIRS =
include ../../build/rules.make
LIBRARY = System.Web.Routing.dll
LIB_REFS = System System.Core System.Web System.Web.Abstractions
KEYFILE = ../winfx.pub
LIB_MCS_FLAGS =
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES =
include ../../build/library.make