From: Francesco M. <fr...@us...> - 2006-05-20 20:45:17
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18958/docs Modified Files: changelog.txt Log Message: mentioned shared build fixes Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** changelog.txt 22 Apr 2006 22:45:01 -0000 1.10 --- changelog.txt 20 May 2006 20:45:14 -0000 1.11 *************** *** 6,9 **** --- 6,10 ---- -------------------------------------------------------------------- + - Switched from lua 5.0 to lua 5.1 - Reordered bindings/wxwidgets/overrides.hpp to follow binding *.i files - Fixed %member tag for bindings to work properly *************** *** 24,28 **** (previously they were ignored) - now the lua executable is called wxlua-lua to avoid conflicts ! with other installations of lua --- 25,34 ---- (previously they were ignored) - now the lua executable is called wxlua-lua to avoid conflicts ! with other installations of lua and a verbatim lua5.1 library and ! executable is created instead ! - updated wrapper generators and all build system for shared builds ! (under Windows) ! - added the new module "luamodule" which can be used to create a wx.dll/.so ! module to use with the require() function of lua with the verbatim interpreter |