aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2015-10-14Removed references to lua5.1, now pdlua.c compiles for whichever lua is ↵Martin Peach
found, based on LUA_VERSION_NUM from lua.h. Prints lua version according to lua_version() to console on startup. Modified some function calls for the 5.2 API. svn path=/trunk/externals/loaders/pdlua/; revision=17235
2015-10-14Changed the lib and include path for MinGW to match the default lua install. ↵Martin Peach
Might need to specify -L/usr/local/lib as well. svn path=/trunk/externals/loaders/pdlua/; revision=15049
2015-10-14Using fixed values for liblua and include/lua depending on platform.Martin Peach
This will need to be changed for values that actually work on each platform. Since lua seems to be non-standard, with different names and locations on each platform, this will take a while. svn path=/trunk/externals/loaders/pdlua/; revision=15040
2015-10-14Use pkg-config to find lua header and lib (will this work with MinGW?)Martin Peach
svn path=/trunk/externals/loaders/pdlua/; revision=15036
2011-03-15This is a version of Claude Heiland-Allen's lua for Pd. The objects are ↵svn2git-rootMartin Peach
named pdlua and pdluax instead of lua and luax. So far it seems to work on linux. svn path=/trunk/externals/pdlua/; revision=15030