changeset 4200:c010163b6286

It's now a .app on MacOS
author Chris Fuenty <zimmy@atheme.org>
date Sat, 19 Jan 2008 17:16:48 -0600
parents 5aab99923422
children 6fd286e77317
files src/audacious/main.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/main.c	Sat Jan 19 18:32:46 2008 +0200
+++ b/src/audacious/main.c	Sat Jan 19 17:16:48 2008 -0600
@@ -102,6 +102,7 @@
     gboolean enqueue_to_temp;
     gboolean version;
     gchar *previous_session_id;
+	gboolean macpack;
 };
 
 typedef struct _BmpCmdLineOpt BmpCmdLineOpt;
@@ -1031,6 +1032,9 @@
     {"headless", 'H', 0, G_OPTION_ARG_NONE, &options.headless, N_("Enable headless operation"), NULL},
     {"no-log", 'N', 0, G_OPTION_ARG_NONE, &options.no_log, N_("Print all errors and warnings to stdout"), NULL},
     {"version", 'v', 0, G_OPTION_ARG_NONE, &options.version, N_("Show version and builtin features"), NULL},
+	#ifdef GDK_WINDOWING_QUARTZ
+	{"macpack", 'n', 0, G_OPTION_ARG_NONE, &options.macpack, N_("Used in macpacking"), NULL}, /* Make this hidden */
+	#endif
     {G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &options.filenames, N_("FILE..."), NULL},
     {NULL},
 };