Version simplification.
'swig -ldflags' added for MzScheme, Ocaml, Pike and PHP git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4187 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cde8077ed4
commit
1c6533a885
5 changed files with 55 additions and 28 deletions
|
|
@ -12,9 +12,12 @@
|
|||
|
||||
char cvsroot_java_cxx[] = "$Header$";
|
||||
|
||||
#include <ctype.h>
|
||||
#include <limits.h> // for INT_MAX
|
||||
#include "swigmod.h"
|
||||
#ifndef MACSWIG
|
||||
#include "swigconfig.h"
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
|
||||
class JAVA : public Language {
|
||||
static const char *usage;
|
||||
|
|
@ -414,7 +417,7 @@ class JAVA : public Language {
|
|||
void emitBanner(File *f) {
|
||||
Printf(f, "/* ----------------------------------------------------------------------------\n");
|
||||
Printf(f, " * This file was automatically generated by SWIG (http://www.swig.org).\n");
|
||||
Printf(f, " * Version: %s\n", SWIG_VERSION);
|
||||
Printf(f, " * Version: %s\n", PACKAGE_VERSION);
|
||||
Printf(f, " *\n");
|
||||
Printf(f, " * Do not make changes to this file unless you know what you are doing--modify\n");
|
||||
Printf(f, " * the SWIG interface file instead.\n");
|
||||
|
|
@ -1895,6 +1898,7 @@ swig_java(void) {
|
|||
const char *JAVA::usage = (char*)"\
|
||||
Java Options (available with -java)\n\
|
||||
-package <name> - set name of the Java package\n\
|
||||
-noproxy - Generate the low-level functional interface instead of proxy classes\n";
|
||||
-noproxy - Generate the low-level functional interface instead of proxy classes\n\
|
||||
\n";
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue