Updated makefile
This commit is contained in:
parent
711d0d7a33
commit
9a0688bf6c
5
Makefile
5
Makefile
|
@ -180,10 +180,7 @@ TESTOBJ = test/options.o \
|
||||||
test/testunusedvar.o
|
test/testunusedvar.o
|
||||||
|
|
||||||
ifndef TINYXML
|
ifndef TINYXML
|
||||||
TINYXML = externals/tinyxml/tinystr.o \
|
TINYXML = externals/tinyxml/tinyxml2.o
|
||||||
externals/tinyxml/tinyxml.o \
|
|
||||||
externals/tinyxml/tinyxmlerror.o \
|
|
||||||
externals/tinyxml/tinyxmlparser.o
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue