summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMagmus <xdronespro@gmail.com>2013-06-30 18:17:42 -0700
committerMagmus <xdronespro@gmail.com>2013-06-30 18:17:42 -0700
commitfa85f6c43b6bccaf87b98ce046c4ac076256ba31 (patch)
tree5af84016d44024523e00416ce9966bb62d96335c /core
parentc9d71e61d53bf8e2200792258c9e3287ddfa3cc6 (diff)
Create README.md
Diffstat (limited to 'core')
-rw-r--r--core/XML_Parser/README.md16
1 files changed, 16 insertions, 0 deletions
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 @@
1============================================================
2=============Adding the Library to Your Project=============
3
4============================================================
5Include the "asm-xml.h" file in your source file.
6============================================================
7
8Link your project with the AsmXml object file.
9 ~ ~ ~ ~
10Here are some tips to use it with various configurations:
11 MSVC 6: Add the \ms-coff\asm-xml.obj file to your project.
12 MinGW: Link your project with \ms-coff\asm-xml.obj.
13 Linux: Link your project with /elf/asm-xml.o.
14 Mac OS X: Link your project with /mach-o/asm-xml.o.
15
16============================================================