summaryrefslogtreecommitdiff
path: root/core/XML_Parser/README
blob: 700a7bb74a48a0d8f8d5cb91723cef7d14d5ce22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
============================================================
=============Adding the Library to Your Project=============

============================================================
Include the "asm-xml.h" file in your source file.
============================================================

Link your project with the AsmXml object file.
 ~ ~ ~ ~
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.
  
============================================================