diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2008-07-13 21:39:07 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2008-07-13 21:39:07 +0000 |
| commit | ba2e9f33752c2396f579a9bef7d34bb0bea6b35e (patch) | |
| tree | 04c00067a410ef87ac3efa30988e553dd4d83d1f /FL | |
| parent | d2d7daa20a3caa5f727b147d09bbe2772ac98469 (diff) | |
Make --post create a basic Mac OS X application bundle with a shell script
that executes the bundled program.
Change the defaults for Quartz, threading, large file support, XDBE, Xft,
and Xinerama to "yes".
Remove the old Mac OS X resource fork file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6142 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Makefile.in | 4 | ||||
| -rw-r--r-- | FL/mac.r | 13 |
2 files changed, 2 insertions, 15 deletions
diff --git a/FL/Makefile.in b/FL/Makefile.in index ab3cbc6b8..12839b440 100644 --- a/FL/Makefile.in +++ b/FL/Makefile.in @@ -3,7 +3,7 @@ # # Header makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2007 by Bill Spitzak and others. +# Copyright 1998-2008 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -37,7 +37,7 @@ install: echo "Installing include files in $(DESTDIR)$(includedir)..." $(RMDIR) $(DESTDIR)$(includedir)/FL $(INSTALL_DIR) $(DESTDIR)$(includedir)/FL - for file in *.[hrH]; do \ + for file in *.[hH]; do \ $(INSTALL_DATA) $$file $(DESTDIR)$(includedir)/FL; \ done @HLINKS@ cd $(DESTDIR)$(includedir)/FL;\ diff --git a/FL/mac.r b/FL/mac.r deleted file mode 100644 index 3d71f2ebb..000000000 --- a/FL/mac.r +++ /dev/null @@ -1,13 +0,0 @@ -data 'MBAR' (128) { - $"0001 0080" /* ...€ */ -}; - -data 'MENU' (128, "Apple") { - $"0080 0000 0000 0000 0000 FFFF FFFB 0114" /* .€........ÿÿÿû.. */ - $"0A41 626F 7574 2046 4C54 4B00 0000 0001" /* ÂAbout FLTK..... */ - $"2D00 0000 0000" /* -..... */ -}; - -data 'carb' (0) { -}; - |
