-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:
William S Fulton 2004-07-10 16:42:54 +00:00
commit 85ae8dd377
9 changed files with 1 additions and 38 deletions

View file

@ -29,7 +29,6 @@ char cvsroot_mzscheme_cxx[] = "$Header$";
static const char *usage = (char*)"\
Mzscheme Options (available with -mzscheme)\n\
-ldflags - Print runtime libraries to link with\n\
-prefix <name> - Set a prefix <name> to be prepended to all names\n\
-declaremodule - Create extension that declares a module\n\
-noinit - Do not emit scheme_initialize, scheme_reload,\n\
@ -86,9 +85,6 @@ public:
} else if (strcmp (argv[i], "-noinit") == 0) {
noinit = true;
Swig_mark_arg (i);
} else if (strcmp (argv[i], "-ldflags") == 0) {
printf("%s\n", SWIG_MZSCHEME_RUNTIME);
SWIG_exit (EXIT_SUCCESS);
}
}
}