[build] Change the way how mcs references are passed to compiler to always use full...
[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
9 TEST_LIB_REFS = WindowsBase System System.Xml System.Core
10
11 ifeq (2.0, $(FRAMEWORK_VERSION))
12 LIB_MCS_FLAGS += -d:NET_3_0
13 endif
14 ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
15 LIB_REFS += System.Xaml
16 TEST_LIB_REFS += System.Xaml
17 endif
18
19 include ../../build/library.make