This website requires JavaScript.
Explore
Help
Sign In
AxioDL
/
tinyxml2
mirror of
https://github.com/AxioDL/tinyxml2.git
Watch
2
Star
0
Fork
You've already forked tinyxml2
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
003368429f
tinyxml2
/
Makefile
8 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
Misc adjustments and enum rename Updated to use C++ headers Fixed MSVC2010 collision Added Makefile for xmltest (unix)
2012-03-20 18:26:57 +00:00
all
:
xmltest
make works correctly when using clang++
2014-09-06 14:09:14 +00:00
xmltest
:
tinyxml
2.
o
added test rule.
2013-07-31 15:01:12 +00:00
test
:
clean
xmltest
./xmltest
make works correctly when using clang++
2014-09-06 14:09:14 +00:00
tinyxml2
:
Misc adjustments and enum rename Updated to use C++ headers Fixed MSVC2010 collision Added Makefile for xmltest (unix)
2012-03-20 18:26:57 +00:00
clean
:
rm -f *.o xmltest