mikepaul-LuaJIT/src/host
Mike Pall 247b3624ff OSX: Fix build with recent XCode.
Contributed by Joseph Zupko.
2017-04-07 11:59:08 +02:00
..
.gitignore Reorganize build process. 2012-06-09 15:12:44 +02:00
buildvm_asm.c OSX: Fix build with recent XCode. 2017-04-07 11:59:08 +02:00
buildvm_fold.c Bump copyright date to 2017. 2017-01-17 12:35:03 +01:00
buildvm_lib.c Bump copyright date to 2017. 2017-01-17 12:35:03 +01:00
buildvm_peobj.c Bump copyright date to 2017. 2017-01-17 12:35:03 +01:00
buildvm.c Bump copyright date to 2017. 2017-01-17 12:35:03 +01:00
buildvm.h Bump copyright date to 2017. 2017-01-17 12:35:03 +01:00
genminilua.lua Bump copyright date to 2017. 2017-01-17 12:35:03 +01:00
minilua.c Fix compiler warnings. 2016-03-22 20:40:41 +01:00
README Add minified Lua interpreter (minilua). Used by the build process. 2012-06-09 15:03:40 +02:00

The files in this directory are only used during the build process of LuaJIT.
For cross-compilation, they must be executed on the host, not on the target.

These files should NOT be installed!