mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Create README.md
This commit is contained in:
parent
c9d71e61d5
commit
fa85f6c43b
16
core/XML_Parser/README.md
Normal file
16
core/XML_Parser/README.md
Normal file
|
@ -0,0 +1,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.
|
||||
|
||||
============================================================
|
Loading…
Reference in New Issue
Block a user