mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2026-03-30 11:38:14 -07:00
2eb7003763
Updated to use C++ headers Fixed MSVC2010 collision Added Makefile for xmltest (unix)
5 lines
84 B
Makefile
5 lines
84 B
Makefile
all: xmltest
|
|
xmltest: xmltest.cpp tinyxml2.cpp tinyxml2.h
|
|
clean:
|
|
rm -f *.o xmltest
|