|
|
@@ -198,8 +198,8 @@ LIB_MCS_FLAGS = \
|
|
|
ifneq ($(CYCLIC_DEPS:%=../lib/$(PROFILE)/%), $(CYCLIC_DEP_FILES))
|
|
|
NO_SIGN_ASSEMBLY = yes
|
|
|
NO_INSTALL = yes
|
|
|
-all-local: System.Web/UplevelHelper.cs resources/TranslationResources.resources echo-warning
|
|
|
-.PHONY: echo-warning
|
|
|
+all-local: System.Web/UplevelHelper.cs resources/TranslationResources.resources echo-warning echo-warning-systemcore
|
|
|
+.PHONY: echo-warning echo-warning-systemcore
|
|
|
|
|
|
ifeq (, $(strip $(CYCLIC_DEP_FILES)))
|
|
|
echo-warning:
|
|
|
@@ -207,6 +207,13 @@ echo-warning:
|
|
|
endif
|
|
|
endif
|
|
|
|
|
|
+ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
|
|
|
+ifndef SYSTEMCORE_DEP_FILE
|
|
|
+echo-warning-systemcore:
|
|
|
+ @echo "** Warning: System.Web.dll built without parts that depend on $(SYSTEMCORE_DEP)"
|
|
|
+endif
|
|
|
+endif
|
|
|
+
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -doc:$(test_lib:.dll=.xml) -nowarn:219,169,1591 $(NUNIT_RESOURCE_FILES:%=/resource:%)
|
|
|
ifeq (net_2_0, $(PROFILE))
|
|
|
TEST_MCS_FLAGS += -r:System.Web.Extensions.dll
|