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

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

LIBRARY = PresentationFramework.dll

LIB_MCS_FLAGS = -r:System.Xml.dll -r:WindowsBase.dll
NO_TEST = yes

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