Updated makefile

This commit is contained in:
Alexander Mai 2013-02-16 21:12:08 +01:00 committed by PKEuS
parent 711d0d7a33
commit 9a0688bf6c
1 changed files with 1 additions and 4 deletions

View File

@ -180,10 +180,7 @@ TESTOBJ = test/options.o \
test/testunusedvar.o
ifndef TINYXML
TINYXML = externals/tinyxml/tinystr.o \
externals/tinyxml/tinyxml.o \
externals/tinyxml/tinyxmlerror.o \
externals/tinyxml/tinyxmlparser.o
TINYXML = externals/tinyxml/tinyxml2.o
endif