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

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

LIBRARY = System.Drawing.Design.dll
LIB_REFS = System System.Drawing System.Windows.Forms
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll
NO_TEST = yes

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