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: 79c4f90dd386ca2ece41995b09dd6bc1f5cd3430 (plain)
1
2
3
4
5
6
7
8
9
10
11
thisdir = class/System.Drawing.Design
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Drawing.Design.dll
LIB_REFS = System System.Drawing System.Windows.Forms
KEYFILE = ../msfinal.pub
LIB_MCS_FLAGS =
NO_TEST = yes

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