From the SWIG manual:
-------8<---------------
SWIG 1.3.28 introduces the new -autorename command line
parameter. When
this parameter is specified, SWIG will automatically change
constant,
class and method names to conform with the standard Ruby
naming
conventions. ...
To disable renaming use the -noautorename command line
option.
Since this change significantly changes the wrapper code
generated by
SWIG, it is turned off by default in SWIG 1.3.28. However,
it is planned
to become the default option in future releases.
-------8<---------------
I haven't tested how this does renaming but it may free us
from parts of
our rename script. Also, we will, at the least, have to use
the
-noautorename flag if we don't wish to use SWIG's renamer.
Thoughts?
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users rubyforge.org
ht
tp://rubyforge.org/mailman/listinfo/wxruby-users
|