From d60fe3507397dfdb502665853e9185d18d4c7410 Mon Sep 17 00:00:00 2001 From: Guillaume P Date: Sun, 12 May 2013 15:11:37 +0200 Subject: [PATCH] Add a Code::Blocks project. --- .gitignore | 4 +++ readme.md | 5 +-- tinyxml2/tinyxml2-cbp/README | 3 ++ tinyxml2/tinyxml2-cbp/tinyxml2-cbp.cbp | 49 ++++++++++++++++++++++++++ 4 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 tinyxml2/tinyxml2-cbp/README create mode 100644 tinyxml2/tinyxml2-cbp/tinyxml2-cbp.cbp diff --git a/.gitignore b/.gitignore index ddd325a..a765577 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,11 @@ Win32/ x64/ ipch/ resources/out/ +tinyxml2/tinyxml2-cbp/bin/ +tinyxml2/tinyxml2-cbp/obj/ *.sdf *.suo *.opensdf *.user +*.depend +*.layout \ No newline at end of file diff --git a/readme.md b/readme.md index f985100..007e79e 100644 --- a/readme.md +++ b/readme.md @@ -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 ------------- diff --git a/tinyxml2/tinyxml2-cbp/README b/tinyxml2/tinyxml2-cbp/README new file mode 100644 index 0000000..828448e --- /dev/null +++ b/tinyxml2/tinyxml2-cbp/README @@ -0,0 +1,3 @@ +The (default) Release configuration of this project builds a ready to use static library. +The Debug configuration of this project builds an executable console application that +executes all tests provided for tinyxml2 in the xmltest.cpp file. \ No newline at end of file diff --git a/tinyxml2/tinyxml2-cbp/tinyxml2-cbp.cbp b/tinyxml2/tinyxml2-cbp/tinyxml2-cbp.cbp new file mode 100644 index 0000000..915746f --- /dev/null +++ b/tinyxml2/tinyxml2-cbp/tinyxml2-cbp.cbp @@ -0,0 +1,49 @@ + + + + + +