-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:
William S Fulton 2003-08-07 17:22:12 +00:00
commit 06ed231b7d
17 changed files with 150 additions and 115 deletions

View file

@ -32,13 +32,11 @@ char cvsroot_mzscheme_cxx[] = "$Header$";
#include <ctype.h>
static const char *usage = (char*)"\
\n\
Mzscheme Options (available with -mzscheme)\n\
-ldflags - Print runtime libraries to link with\n\
-prefix name - Set a prefix to be appended to all names\n\
-prefix <name> - Set a prefix <name> to be prepended to all names\n\
-declaremodule - Create extension that declares a module\n\
\n"
;
\n";
static char *prefix=0;
static bool declaremodule = false;