From 1eb64e77789bc3450991b2972d449fd1561dd699 Mon Sep 17 00:00:00 2001 From: Magmus Date: Sun, 30 Jun 2013 18:18:07 -0700 Subject: Rename README.md to README --- core/XML_Parser/README | 16 ++++++++++++++++ core/XML_Parser/README.md | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 core/XML_Parser/README delete mode 100644 core/XML_Parser/README.md (limited to 'core') diff --git a/core/XML_Parser/README b/core/XML_Parser/README new file mode 100644 index 00000000..700a7bb7 --- /dev/null +++ b/core/XML_Parser/README @@ -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. + +============================================================ diff --git a/core/XML_Parser/README.md b/core/XML_Parser/README.md deleted file mode 100644 index 700a7bb7..00000000 --- a/core/XML_Parser/README.md +++ /dev/null @@ -1,16 +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