Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leethomason/tinyxml2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo A. Amaral <g@maral.me>2012-03-20 22:26:57 +0400
committerGuillermo A. Amaral <g@maral.me>2012-03-20 22:51:40 +0400
commit2eb7003763b856931a3f0899d733d62dfcece921 (patch)
tree3fb976136a9464068e0ed22cf06e6f115b05b000 /Makefile
parentb42ba366d8148d6db4dda9ec02a4a6c33ef52729 (diff)
Misc adjustments and enum rename
Updated to use C++ headers Fixed MSVC2010 collision Added Makefile for xmltest (unix)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b1a8ed7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all: xmltest
+xmltest: xmltest.cpp tinyxml2.cpp tinyxml2.h
+clean:
+ rm -f *.o xmltest