diff options
Diffstat (limited to 'libraries/LuaJIT-1.1.7/etc/README')
-rw-r--r-- | libraries/LuaJIT-1.1.7/etc/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libraries/LuaJIT-1.1.7/etc/README b/libraries/LuaJIT-1.1.7/etc/README new file mode 100644 index 0000000..98117d0 --- /dev/null +++ b/libraries/LuaJIT-1.1.7/etc/README | |||
@@ -0,0 +1,20 @@ | |||
1 | This directory contains some useful files and code. | ||
2 | Unlike the code in ../src, everything here is in the public domain. | ||
3 | |||
4 | lua.hpp | ||
5 | Lua header files for C++ using 'extern "C"'. | ||
6 | |||
7 | luajit.ico | ||
8 | A LuaJIT icon for Windows (and web sites: save as favicon.ico). | ||
9 | Lua icon drawn by hand by Markus Gritsch. Modified for LuaJIT. | ||
10 | |||
11 | luajit.pc | ||
12 | pkg-config data for LuaJIT | ||
13 | |||
14 | luavs.bat | ||
15 | Script to build LuaJIT under "Visual Studio .NET Command Prompt". | ||
16 | Run it from the toplevel as etc\luavs.bat. | ||
17 | |||
18 | strict.lua | ||
19 | Traps uses of undeclared global variables. | ||
20 | |||