You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -3,8 +3,7 @@ SUBDIRS =
|
||||
include ../../build/rules.make
|
||||
|
||||
LIBRARY = System.Web.Services.dll
|
||||
MOBILE := $(filter monotouch monotouch_watch monodroid xammac mobile mobile_static, $(PROFILE))
|
||||
ifdef MOBILE
|
||||
ifdef MOBILE_PROFILE
|
||||
LIB_REFS = System System.Xml
|
||||
LIB_MCS_FLAGS = \
|
||||
-nowarn:649 -nowarn:169 \
|
||||
@@ -47,6 +46,14 @@ endif
|
||||
|
||||
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618
|
||||
|
||||
ifndef NO_THREAD_ABORT
|
||||
TEST_MCS_FLAGS += -d:MONO_FEATURE_THREAD_ABORT
|
||||
endif
|
||||
|
||||
ifndef NO_THREAD_SUSPEND_RESUME
|
||||
TEST_MCS_FLAGS += -d:MONO_FEATURE_THREAD_SUSPEND_RESUME
|
||||
endif
|
||||
|
||||
EXTRA_DISTFILES = \
|
||||
System.Web.Services.Description/web-reference.xsd \
|
||||
System.Web.Services.Description/wsdl-1.1.xsd \
|
||||
|
Reference in New Issue
Block a user