Update README

This commit is contained in:
Magmus 2013-06-30 21:58:36 -07:00
parent d718af7f4d
commit c2b6dc10f2

View File

@ -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.
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
============================================================