-ldflags option removed for removed prebuilt runtime library
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6025 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8b9941eacd
commit
85ae8dd377
9 changed files with 1 additions and 38 deletions
|
|
@ -35,7 +35,6 @@ char cvsroot_guile_cxx[] = "$Header$";
|
|||
// Note string broken in half for compilers that can't handle long strings
|
||||
static const char *guile_usage = (char*)"\
|
||||
Guile Options (available with -guile)\n\
|
||||
-ldflags - Print runtime libraries to link with\n\
|
||||
-prefix <name> - Use <name> as prefix [default \"gswig_\"]\n\
|
||||
-package <name> - Set the path of the module to <name>\n\
|
||||
(default NULL)\n\
|
||||
|
|
@ -169,10 +168,6 @@ public:
|
|||
Swig_arg_error();
|
||||
}
|
||||
}
|
||||
else if (strcmp (argv[i], "-ldflags") == 0) {
|
||||
printf("%s\n", use_scm_interface ? SWIG_GUILESCM_RUNTIME : SWIG_GUILE_RUNTIME);
|
||||
SWIG_exit (EXIT_SUCCESS);
|
||||
}
|
||||
else if (strcmp (argv[i], "-Linkage") == 0
|
||||
|| strcmp (argv[i], "-linkage") == 0) {
|
||||
if (argv[i + 1]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue