diff options
Diffstat (limited to 'Externals/mojoshader/1067/README.txt')
| -rw-r--r-- | Externals/mojoshader/1067/README.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Externals/mojoshader/1067/README.txt b/Externals/mojoshader/1067/README.txt deleted file mode 100644 index cf270bf1..00000000 --- a/Externals/mojoshader/1067/README.txt +++ /dev/null @@ -1,12 +0,0 @@ -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 ... - |