From fa85f6c43b6bccaf87b98ce046c4ac076256ba31 Mon Sep 17 00:00:00 2001 From: Magmus Date: Sun, 30 Jun 2013 18:17:42 -0700 Subject: Create README.md --- core/XML_Parser/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 core/XML_Parser/README.md (limited to 'core') diff --git a/core/XML_Parser/README.md b/core/XML_Parser/README.md new file mode 100644 index 00000000..700a7bb7 --- /dev/null +++ b/core/XML_Parser/README.md @@ -0,0 +1,16 @@ +============================================================ +=============Adding the Library to Your Project============= + +============================================================ +Include the "asm-xml.h" file in your source file. +============================================================ + +Link your project with the AsmXml object file. + ~ ~ ~ ~ +Here are some tips to use it with various configurations: + MSVC 6: Add the \ms-coff\asm-xml.obj file to your project. + MinGW: Link your project with \ms-coff\asm-xml.obj. + Linux: Link your project with /elf/asm-xml.o. + Mac OS X: Link your project with /mach-o/asm-xml.o. + +============================================================ -- cgit v1.2.3