aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-14Use pdlua_proxy_inlet_class->c_externdir->s_name as pd.lua's directory ↵Martin Peach
instead of canvas_open. Downside: This requires m_imp.h, which is supposed to be secret... Thanks hcs for pointing this out. svn path=/trunk/externals/loaders/pdlua/; revision=15342
2015-10-14Added the EXPORT macro to pdlua_setup so the symbol will be exported on ↵Martin Peach
MSWin. The export-all-symbols flag should do this but seems to be overridden by something in the lua source. svn path=/trunk/externals/loaders/pdlua/; revision=15341
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