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: 6b604f7fd11b98b719871ce7bb94655fcf9f9c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
thisdir = class/SystemWebTestShim
include ../../build/rules.make

LIBRARY = SystemWebTestShim.dll

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

NO_INSTALL = yes
NO_SIGN_ASSEMBLY = yes

include $(topdir)/build/library.make