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

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

LIBRARY = System.Web.Mobile.dll

LIB_REFS =
LIB_MCS_FLAGS = -delaysign -keyfile:../msfinal.pub

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