blob: 98117d0a34da39111f5555988154f90fc8a66589 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
This directory contains some useful files and code.
Unlike the code in ../src, everything here is in the public domain.
lua.hpp
Lua header files for C++ using 'extern "C"'.
luajit.ico
A LuaJIT icon for Windows (and web sites: save as favicon.ico).
Lua icon drawn by hand by Markus Gritsch. Modified for LuaJIT.
luajit.pc
pkg-config data for LuaJIT
luavs.bat
Script to build LuaJIT under "Visual Studio .NET Command Prompt".
Run it from the toplevel as etc\luavs.bat.
strict.lua
Traps uses of undeclared global variables.
|