diff options
author | irungentoo <irungentoo@gmail.com> | 2013-06-30 21:35:40 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-06-30 21:35:40 -0400 |
commit | d718af7f4d240b87bf17d55e45986352470776f3 (patch) | |
tree | 7734e9dce1e65a85ccf3efb2044813ea54fd71bd /core/XML_Parser/README | |
parent | fefa06263b8ad3b4fa8fa1e7743d81cdf206cc4e (diff) |
Moved XML parser to another folder.
Diffstat (limited to 'core/XML_Parser/README')
-rw-r--r-- | core/XML_Parser/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/core/XML_Parser/README b/core/XML_Parser/README deleted file mode 100644 index 9ff914ed..00000000 --- a/core/XML_Parser/README +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | ============================================================ | ||
2 | =============Adding the Library to Your Project============= | ||
3 | ============================================================ | ||
4 | |||
5 | Include the "asm-xml.h" file in your source file. | ||
6 | |||
7 | Link your project with the AsmXml object file. | ||
8 | ~ ~ ~ ~ | ||
9 | Here are some tips to use it with various configurations: | ||
10 | MSVC 6: Add the \ms-coff\asm-xml.obj file to your project. | ||
11 | MinGW: Link your project with \ms-coff\asm-xml.obj. | ||
12 | Linux: Link your project with /elf/asm-xml.o. | ||
13 | Mac OS X: Link your project with /mach-o/asm-xml.o. | ||
14 | |||
15 | ============================================================ | ||