You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -5,14 +5,15 @@ LIBRARY = WindowsBase.dll
|
||||
|
||||
LIB_REFS = System System.Xml
|
||||
LIB_MCS_FLAGS = -unsafe
|
||||
TEST_MCS_FLAGS = -unsafe -r:WindowsBase.dll -r:System.dll -r:System.Xml.dll -r:System.Core.dll
|
||||
TEST_MCS_FLAGS = -unsafe
|
||||
TEST_LIB_REFS = WindowsBase System System.Xml System.Core System.IO.Compression
|
||||
|
||||
ifeq (2.0, $(FRAMEWORK_VERSION))
|
||||
LIB_MCS_FLAGS += -d:NET_3_0
|
||||
endif
|
||||
ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
|
||||
LIB_REFS += System.Xaml
|
||||
TEST_MCS_FLAGS += -r:System.Xaml.dll
|
||||
TEST_LIB_REFS += System.Xaml
|
||||
endif
|
||||
|
||||
include ../../build/library.make
|
||||
|
||||
Reference in New Issue
Block a user