From d718af7f4d240b87bf17d55e45986352470776f3 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sun, 30 Jun 2013 21:35:40 -0400 Subject: Moved XML parser to another folder. --- core/XML_Parser/README | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 core/XML_Parser/README (limited to 'core/XML_Parser/README') 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 @@ -============================================================ -=============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. - -============================================================ -- cgit v1.2.3