summaryrefslogtreecommitdiff
path: root/messenger/XML_Parser/README
diff options
context:
space:
mode:
authorMagmus <xdronespro@gmail.com>2013-06-30 21:58:36 -0700
committerMagmus <xdronespro@gmail.com>2013-06-30 21:58:36 -0700
commitc2b6dc10f20a7d9f5cf52f9846aac05fa9d08538 (patch)
treebdfd2391cdde4765bb2ade33d9ab51fabaec86f7 /messenger/XML_Parser/README
parentd718af7f4d240b87bf17d55e45986352470776f3 (diff)
Update README
Diffstat (limited to 'messenger/XML_Parser/README')
-rw-r--r--messenger/XML_Parser/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/messenger/XML_Parser/README b/messenger/XML_Parser/README
index 9ff914ed..066ea56a 100644
--- a/messenger/XML_Parser/README
+++ b/messenger/XML_Parser/README
@@ -2,14 +2,14 @@
2=============Adding the Library to Your Project============= 2=============Adding the Library to Your Project=============
3============================================================ 3============================================================
4 4
5Include the "asm-xml.h" file in your source file. 51. Include the "asm-xml.h" file in your source file.
6 6
7Link your project with the AsmXml object file. 72. Link your project with the AsmXml object file. (see below)
8 ~ ~ ~ ~ 8 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
9Here are some tips to use it with various configurations: 9Here are some tips to use it with various configurations:
10 MSVC 6: Add the \ms-coff\asm-xml.obj file to your project. 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. 11 MinGW: Link your project with \ms-coff\asm-xml.obj.
12 Linux: Link your project with /elf/asm-xml.o. 12 Linux: Link your project with /elf/asm-xml.o.
13 Mac OS X: Link your project with /mach-o/asm-xml.o. 13 Mac OS X: Link your project with /mach-o/asm-xml.o.
14 14 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
15============================================================ 15============================================================