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

LIBRARY = System.Windows.dll
LIB_MCS_FLAGS = /r:System

PLATFORM_DEBUG_FLAGS =

NO_TEST = yes

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