-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

@ -19,7 +19,6 @@ char cvsroot_perl5_cxx[] = "$Header$";
static const char *usage = (char*)"\
Perl5 Options (available with -perl5)\n\
-ldflags - Print runtime libraries to link with\n\
-static - Omit code related to dynamic loading\n\
-nopm - Do not generate the .pm file\n\
-proxy - Create proxy classes\n\
@ -160,9 +159,6 @@ public:
Swig_mark_arg(i);
} else if (strcmp(argv[i],"-help") == 0) {
fputs(usage,stderr);
} else if (strcmp (argv[i], "-ldflags") == 0) {
printf("%s\n", SWIG_PERL_RUNTIME);
SWIG_exit (EXIT_SUCCESS);
}
}
}