From: John L. <jr...@us...> - 2006-10-11 03:24:05
|
Update of /cvsroot/wxlua/wxLua/bindings In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11324/wxLua/bindings Modified Files: genwxbind.lua Log Message: osx fixes, compiles and runs now Index: genwxbind.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/genwxbind.lua,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -d -r1.77 -r1.78 *** genwxbind.lua 28 Aug 2006 05:26:19 -0000 1.77 --- genwxbind.lua 11 Oct 2006 03:24:01 -0000 1.78 *************** *** 593,597 **** --- 593,605 ---- conditions["%wxchkver25"] = "wxCHECK_VERSION(2,5,0)" conditions["%wxchkver26"] = "wxCHECK_VERSION(2,6,0)" + conditions["%wxchkver26"] = "wxCHECK_VERSION(2,6,0)" + conditions["%wxchkver261"] = "wxCHECK_VERSION(2,6,1)" + conditions["%wxchkver262"] = "wxCHECK_VERSION(2,6,2)" + conditions["%wxchkver263"] = "wxCHECK_VERSION(2,6,2)" + conditions["%wxchkver264"] = "wxCHECK_VERSION(2,6,4)" + conditions["%wxchkver265"] = "wxCHECK_VERSION(2,6,5)" conditions["%wxchkver27"] = "wxCHECK_VERSION(2,7,0)" + conditions["%wxchkver271"] = "wxCHECK_VERSION(2,7,1)" + conditions["%wxchkver272"] = "wxCHECK_VERSION(2,7,2)" conditions["%wxchkver28"] = "wxCHECK_VERSION(2,8,0)" -- wxWidgets version compatibility checks |