On Tue, Jul 15, 2008 at 5:57 PM, klaas.holwerda <[EMAIL PROTECTED]> wrote: > Hi John, > > I am reaching the point that i want to make more and more bindings. > And so i wonder how you made the *.i files. Do you have a script to > extract them more or less are is it all handwork?
You can use these scripts in Linux or Cygwin. They are not very well polished, but they mostly work. http://wxlua.sourceforge.net/download/ http://wxlua.sourceforge.net/download/get_tags http://wxlua.sourceforge.net/download/parse_ctags.lua The "get_tags" file is just a script to run ctags with a few settings that are useful, adjust the path to point to your includes. Then run "lua parse_ctags.lua" after editing the variable "ctagsFilename" and "basePath" at the top of it. > Nice docs by the way! > I hope i did not miss the answer to my question while reading it roughly :-) Thanks, probably not, because the scripts above are not well tested. Regards, John ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
