-outdir commandline option support => directory for proxy class and other language specific files
-help tidy up git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4981 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
edc0896b2b
commit
06ed231b7d
17 changed files with 150 additions and 115 deletions
|
|
@ -139,7 +139,7 @@ int main(int argc, char **argv) {
|
|||
Printf(stderr,"Target Language Options:\n");
|
||||
for (int j = 0; modules[j].name; j++) {
|
||||
if (modules[j].help) {
|
||||
Printf(stderr," %-15s - Generate %s wrappers.\n", modules[j].name, modules[j].help);
|
||||
Printf(stderr," %-15s - Generate %s wrappers\n", modules[j].name, modules[j].help);
|
||||
}
|
||||
}
|
||||
Swig_mark_arg(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue