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

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

PLATFORM_DEBUG_FLAGS =

NO_TEST = yes

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