To header rewrite only happens in Adhoc mode.
[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 endif
15
16 include ../../build/library.make