From a393d7f126c9ae62c42c0f5a7adf6062f0db656d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 10 Dec 2008 01:37:02 -0500 Subject: [PATCH] Added a really basic README.txt ... --- README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 00000000..cf270bf1 --- /dev/null +++ b/README.txt @@ -0,0 +1,12 @@ +To use this in your project: + +- Add mojoshader*.c and mojoshader*.h to your project. +- Compile mojoshader*.c +- If you don't have a C99-compliant compiler, like Microsoft Visual Studio, + you'll need to compile the .c files as C++ to get them to build. +- If you don't have cmake to generate mojoshader_version.h, you can either + add a blank file with that name, or add MOJOSHADER_NO_VERSION_INCLUDE to + your preprocessor definitions. + +// end of README.txt ... +