Merge pull request #5714 from alexischr/update_bockbuild
[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 KEYFILE = ../winfx3.pub
8 LIB_MCS_FLAGS = -unsafe -nowarn:67,618
9 TEST_MCS_FLAGS = -unsafe
10 TEST_LIB_REFS = WindowsBase System System.Xml System.Core System.IO.Compression
11
12 ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
13 LIB_REFS += System.Xaml
14 TEST_LIB_REFS += System.Xaml
15 endif
16
17 include ../../build/library.make