-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
|
|
@ -20,9 +20,9 @@ char cvsroot_tcl8_cxx[] = "$Header$";
|
|||
static const char *usage = (char*)"\
|
||||
Tcl 8 Options (available with -tcl)\n\
|
||||
-ldflags - Print runtime libraries to link with\n\
|
||||
-prefix name - Set a prefix to be appended to all names\n\
|
||||
-namespace - Build module into a Tcl 8 namespace. \n\
|
||||
-pkgversion - Set package version.\n\n";
|
||||
-prefix <name> - Set a prefix <name> to be prepended to all names\n\
|
||||
-namespace - Build module into a Tcl 8 namespace\n\
|
||||
-pkgversion - Set package version\n\n";
|
||||
|
||||
static String *cmd_tab = 0; /* Table of command names */
|
||||
static String *var_tab = 0; /* Table of global variables */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue