Skip to content

Commit

Permalink
Added a really basic README.txt ...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 10, 2008
1 parent 898ab39 commit a393d7f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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 ...

0 comments on commit a393d7f

Please sign in to comment.