diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/XML_Parser/README.md | 16 |
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 | ============================================================ | ||
5 | Include the "asm-xml.h" file in your source file. | ||
6 | ============================================================ | ||
7 | |||
8 | Link your project with the AsmXml object file. | ||
9 | ~ ~ ~ ~ | ||
10 | Here 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 | ============================================================ | ||