mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
16 lines
798 B
Plaintext
16 lines
798 B
Plaintext
======================================================================
|
|
===================Adding the Library to The Project==================
|
|
======================================================================
|
|
|
|
1. Include the "asm-xml.h" file in your source 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.
|
|
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
|
|
======================================================================
|