summaryrefslogtreecommitdiffstats
path: root/src/tinyxml.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-07-29 11:24:51 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-08-11 13:25:26 (GMT)
commit42cb730b4a1c32d21cc94ca8d39d4726331b1485 (patch)
tree45f6bdacc88ef05f0d7e25d0ec3b6d6a5f2bd982 /src/tinyxml.mk
parent663d1e789f5c9c6aa1473d689bbbc87c7753ba34 (diff)
downloadmxe-42cb730b4a1c32d21cc94ca8d39d4726331b1485.zip
mxe-42cb730b4a1c32d21cc94ca8d39d4726331b1485.tar.gz
mxe-42cb730b4a1c32d21cc94ca8d39d4726331b1485.tar.bz2
tinyxml: add deprecation message
Diffstat (limited to 'src/tinyxml.mk')
-rw-r--r--src/tinyxml.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tinyxml.mk b/src/tinyxml.mk
index d530c38..5e60583 100644
--- a/src/tinyxml.mk
+++ b/src/tinyxml.mk
@@ -10,6 +10,8 @@ $(PKG)_FILE := $(PKG)_$(subst .,_,$($(PKG)_VERSION)).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
+$(PKG)_MESSAGE :=*** tinyxml is deprecated - please use tinyxml2 ***
+
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://sourceforge.net/projects/tinyxml/files/tinyxml/' | \
$(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \