From c2b6dc10f20a7d9f5cf52f9846aac05fa9d08538 Mon Sep 17 00:00:00 2001 From: Magmus Date: Sun, 30 Jun 2013 21:58:36 -0700 Subject: Update README --- messenger/XML_Parser/README | 8 ++++---- 1 file 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 @@ =============Adding the Library to Your Project============= ============================================================ -Include the "asm-xml.h" file in your source file. +1. Include the "asm-xml.h" file in your source file. -Link your project with the AsmXml object file. - ~ ~ ~ ~ +2. Link your project with the AsmXml object file. (see below) + ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 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