> Christian Convey wrote: > >> #!/bin/sh > >> dir="`dirname $0`" > >> exec "$dir/name.app/Contents/MacOS/name" "$*" > > Yes, that is probably better than 'open' in that you can > at least pass arguments to your app normally. open(1) is somewhat > limited when it comes to passing arguments through it. Mmmm, are you sure ? Under a terminal go to your root fltk directory and try this:
open -a /Applications/TextEdit.app src/fil*.cxx FL/fil*.H Have fun. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

