diff options
Diffstat (limited to 'messenger/XML_Parser/README')
-rw-r--r-- | messenger/XML_Parser/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/messenger/XML_Parser/README b/messenger/XML_Parser/README new file mode 100644 index 00000000..9ff914ed --- /dev/null +++ b/messenger/XML_Parser/README | |||
@@ -0,0 +1,15 @@ | |||
1 | ============================================================ | ||
2 | =============Adding the Library to Your Project============= | ||
3 | ============================================================ | ||
4 | |||
5 | Include the "asm-xml.h" file in your source file. | ||
6 | |||
7 | Link your project with the AsmXml object file. | ||
8 | ~ ~ ~ ~ | ||
9 | Here are some tips to use it with various configurations: | ||
10 | MSVC 6: Add the \ms-coff\asm-xml.obj file to your project. | ||
11 | MinGW: Link your project with \ms-coff\asm-xml.obj. | ||
12 | Linux: Link your project with /elf/asm-xml.o. | ||
13 | Mac OS X: Link your project with /mach-o/asm-xml.o. | ||
14 | |||
15 | ============================================================ | ||