Merge pull request #82 from Unity-Technologies/master-gc-race
[mono.git] / mcs / class / WindowsBase / Makefile
1 thisdir = class/WindowsBase
2 include ../../build/rules.make
3
4 LIBRARY = WindowsBase.dll
5
6 LIB_MCS_FLAGS = -unsafe -r:System -r:System.Xml
7 TEST_MCS_FLAGS = -unsafe -r:WindowsBase.dll
8
9 ifeq (2.0, $(FRAMEWORK_VERSION))
10 LIB_MCS_FLAGS += -d:NET_3_0
11 endif
12 ifeq (4.0, $(FRAMEWORK_VERSION))
13 LIB_MCS_FLAGS += -d:NET_4_0 -r:System.Xaml.dll
14 TEST_MCS_FLAGS += -r:System.Xaml.dll
15 endif
16
17 include ../../build/library.make