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

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

LIBRARY = SystemWebTestShim.dll

LIB_REFS = System.Web System
LIB_MCS_FLAGS = -r:System.Web.dll -r:System.dll

NO_INSTALL = yes
NO_SIGN_ASSEMBLY = yes

include $(topdir)/build/library.make