Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.Web.Routing « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7fc38d155aa39f0f4ed1b1ce9931e0b6ab29f06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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