aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/luajit-2.0/README
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-13 21:08:31 +1000
committerDavid Walter Seikel2014-01-13 21:08:31 +1000
commit637177eb1397ef1800027bccd50dbdc1af29a15b (patch)
tree3670a48303d05fceb8bf3ec4ee2901b72fe62d4d /libraries/luajit-2.0/README
parentUpdate Irrlicht to 1.8.1. Include actual change markers this time. lol (diff)
downloadSledjHamr-637177eb1397ef1800027bccd50dbdc1af29a15b.zip
SledjHamr-637177eb1397ef1800027bccd50dbdc1af29a15b.tar.gz
SledjHamr-637177eb1397ef1800027bccd50dbdc1af29a15b.tar.bz2
SledjHamr-637177eb1397ef1800027bccd50dbdc1af29a15b.tar.xz
Remove LuaJIT source, we can use packaged LuaJIT 2.0 release now.
Also some cleanups related to the other library removals.
Diffstat (limited to 'libraries/luajit-2.0/README')
-rw-r--r--libraries/luajit-2.0/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/libraries/luajit-2.0/README b/libraries/luajit-2.0/README
deleted file mode 100644
index 7a5189b..0000000
--- a/libraries/luajit-2.0/README
+++ /dev/null
@@ -1,17 +0,0 @@
1README for LuaJIT 2.0.0-beta9
2Patched with http://luajit.org/download/beta9_hotfix1.patch
3-----------------------------
4
5LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
6
7Project Homepage: http://luajit.org/
8
9LuaJIT is Copyright (C) 2005-2011 Mike Pall.
10LuaJIT is free software, released under the MIT license.
11See full Copyright Notice in the COPYRIGHT file or in luajit.h.
12
13Documentation for LuaJIT is available in HTML format.
14Please point your favorite browser to:
15
16 doc/luajit.html
17