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

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

LIBRARY = System.Web.Extensions.Design.dll

LIB_REFS = System System.Design System.Drawing System.Windows.Forms
KEYFILE = ../winfx.pub
LIB_MCS_FLAGS = -define:NET_3_5

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