From 6d8e930ab1f5c63ed0a48077a0c3bc1e6d9219be Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Sat, 23 Jan 2016 16:48:19 +1000 Subject: [PATCH] Integrate the XML -> EGL specs step --- auto/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/Makefile b/auto/Makefile index 06dd31b..61cc6c9 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -118,6 +118,7 @@ $(EXT)/.dummy: $(REGISTRY)/.dummy @echo "--------------------------------------------------------------------" rm -rf $(EXT) $(BIN)/update_ext.sh $(EXT) $(REGISTRY) $(BLACKLIST) + $(BIN)/parse_xml.py registry/xml/egl.xml --core core/gl --extensions extensions/gl $(BIN)/$(FILTER) $(EXT) ifeq ($(patsubst Darwin%,Darwin,$(SYSTEM)), Darwin) find $(CORE) -maxdepth 1 -type f | grep -v VERSION | grep -v "~" | \