Add a new native-lua implementation.

This commit is contained in:
Paul Chote
2014-03-27 22:40:17 +13:00
parent f6efc9c5bc
commit d73af0190f
29 changed files with 1929 additions and 21 deletions

BIN
thirdparty/Eluant.dll vendored Executable file

Binary file not shown.

4
thirdparty/Eluant.dll.config vendored Normal file
View File

@@ -0,0 +1,4 @@
<configuration>
<dllmap os="linux" dll="lua51.dll" target="liblua5.1.so" />
<dllmap os="osx" dll="lua51.dll" target="liblua.5.1.dylib" />
</configuration>