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

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

LIBRARY = System.Windows.dll
LIB_REFS = System
KEYFILE = ../msfinal.pub
LIB_MCS_FLAGS =

PLATFORM_DEBUG_FLAGS =

NO_TEST = yes

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