Re: [gtk+osx] Working .app bundles
Status: Beta
Brought to you by:
jralls
From: Robin R. <ro...@Mo...> - 2004-01-06 08:13:28
|
> It would probably be better to craft a /bin/sh script rather than rely > on perl or python being installed. It seems we're going down the wrong track with python/sh/perl. Can we trivially fix main() by adding one line of code as Bob suggested to begin with, not hack together a launch script? int main(int argc, char **argv) { if (argc == 2 && strncmp(argv[1], "-psn", 4) == 0) argc = 1; /* rest of code */ } Cheers, Robin --------------------------------------------------------------------------- Rob...@Mo... Hollywood, California www.CinePaint.org Free motion picture and still image editing software |