diff src/tinyxml.mk @ 5375:00517d15f4fc

* src/libiberty.mk, src/lua.mk, src/tinyxml.mk: dont create test apps
author John Donoghue <john.donoghue@ieee.org>
date Wed, 15 Apr 2020 21:23:05 -0400
parents dc3eb553f5e9
children a7a61d0a104f
line wrap: on
line diff
--- a/src/tinyxml.mk	Sun Apr 12 21:55:28 2020 -0400
+++ b/src/tinyxml.mk	Wed Apr 15 21:23:05 2020 -0400
@@ -25,8 +25,8 @@
     $(INSTALL) -d               '$(HOST_INCDIR)'
     $(INSTALL) -m644 '$(1)'/*.h '$(HOST_INCDIR)'
 
-    '$(MXE_CXX)' \
-        -W -Wall -D TIXML_USE_STL -Werror -ansi -pedantic \
-        '$(2).cpp' -o '$(HOST_BINDIR)/test-tinyxml.exe' \
-        -ltinyxml
+    #'$(MXE_CXX)' \
+    #    -W -Wall -D TIXML_USE_STL -Werror -ansi -pedantic \
+    #    '$(2).cpp' -o '$(HOST_BINDIR)/test-tinyxml.exe' \
+    #    -ltinyxml
 endef