toxcore/core/XML_Parser
2013-06-30 18:17:42 -07:00
..
obj Added more object files 2013-06-30 18:10:05 -07:00
src Added asm-xml source 2013-06-30 18:11:27 -07:00
asm-xml.h Rename asm-xml.h.h to asm-xml.h 2013-06-30 18:06:39 -07:00
friends.xml Added friend list parser 2013-06-30 17:59:08 -07:00
main.c Added friend list parser 2013-06-30 17:59:08 -07:00
README.md Create README.md 2013-06-30 18:17:42 -07:00

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

============================================================