]> git.saurik.com Git - wxWidgets.git/commitdiff
added handling of -undefined and -flat_namespace options
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 8 May 2002 17:13:13 +0000 (17:13 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 8 May 2002 17:13:13 +0000 (17:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/mac/shared-ld-sh

index caa2cd3f54c9b429d5fada33444fbb1e283f0d3d..951edf11be59ee9d7c9784cd387c1af0ecba937e 100755 (executable)
@@ -21,13 +21,13 @@ while test $# -gt 0; do
         verbose=1
         ;;
 
-       -o|-compatibility_version|-current_version|-framework)
+       -o|-compatibility_version|-current_version|-framework|-undefined)
         # collect these options and values
         args="$args $1 $2"
         shift
         ;;
 
-       -l*|-L*)
+       -l*|-L*|-flat_namespace)
         # collect these options
         args="$args $1"
         ;;
@@ -84,4 +84,4 @@ fi
 #
 rm -f master.$$.o
 
-exit 0
\ No newline at end of file
+exit 0