-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

@ -22,7 +22,6 @@ char cvsroot_php4_cxx[] = "$Header$";
static const char *usage = (char*)"\
PHP4 Options (available with -php4)\n\
-ldflags - Print runtime libraries to link with\n\
-cppext - cpp file extension (default to .cpp)\n\
-noproxy - Don't generate proxy classes.\n\
-dlname <name> - Set module prefix to <name>\n\
@ -311,9 +310,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_PHP_RUNTIME);
SWIG_exit (EXIT_SUCCESS);
}
}
}