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

Makefile « System.Web.Abstractions « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76896b0f42a263c21e12b3ef2373caf9538230f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
thisdir = class/System.Web.Abstractions
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Web.Abstractions.dll
LIB_REFS = System System.Core System.Web
KEYFILE = ../winfx.pub
LIB_MCS_FLAGS =

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)

EXTRA_DISTFILES =

include ../../build/library.make