Add a Code::Blocks project.

This commit is contained in:
Guillaume P
2013-05-12 15:11:37 +02:00
parent d6bd7360b8
commit d60fe35073
4 changed files with 59 additions and 2 deletions

View File

@@ -262,8 +262,9 @@ And additionally a test file:
* xmltest.cpp
Simply compile and run. There is a visual studio 2010 project included, a simple Makefile,
an XCode project, and a cmake CMakeLists.txt included to help you. The top of tinyxml.h
even has a simple g++ command line if you are are *nix and don't want to use a build system.
an XCode project, a Code::Blocks project, and a cmake CMakeLists.txt included to help you.
The top of tinyxml.h even has a simple g++ command line if you are are *nix and don't want
to use a build system.
Documentation
-------------