172a501446ed8ef2cdff39eaa58e4ce4ab20906d
[mono.git] / mcs / class / WindowsBase / Makefile
1 thisdir = class/WindowsBase
2 include ../../build/rules.make
3
4 LIBRARY = WindowsBase.dll
5
6 LIB_REFS = System System.Xml
7 LIB_MCS_FLAGS = -unsafe
8 TEST_MCS_FLAGS = -unsafe -r:WindowsBase.dll -r:System.dll -r:System.Xml.dll -r:System.Core.dll
9
10 ifeq (2.0, $(FRAMEWORK_VERSION))
11 LIB_MCS_FLAGS += -d:NET_3_0
12 endif
13 ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
14 LIB_REFS += System.Xaml
15 TEST_MCS_FLAGS += -r:System.Xaml.dll
16 endif
17
18 include ../../build/library.make