diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-01-23 11:20:31 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-01-23 11:20:31 +0000 |
| commit | 0ae8782bc6a7ee69b3e7cf079f946e52546882bb (patch) | |
| tree | 5bf34e7dc5fef5226bf6fd8593cb637864a670a3 /Recipe | |
| parent | f80d9c6d49eaf08d65420a3a5b47db5165add724 (diff) | |
| download | puzzles-0ae8782bc6a7ee69b3e7cf079f946e52546882bb.zip puzzles-0ae8782bc6a7ee69b3e7cf079f946e52546882bb.tar.gz puzzles-0ae8782bc6a7ee69b3e7cf079f946e52546882bb.tar.bz2 puzzles-0ae8782bc6a7ee69b3e7cf079f946e52546882bb.tar.xz | |
Added a framework for putting things other than the binary into a
Mac OS X application bundle, and provided an icon for Puzzles.
Also renamed the OS X source file from macosx.m to osx.m, so that it
can sit beside other things such as osx-info.plist and not cause
enormously long filenames.
[originally from svn r5179]
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ rect : [G] WINDOWS COMMON rect pattern : [G] WINDOWS COMMON pattern # Mac OS X unified application containing all the puzzles. -Puzzles : [MX] macosx COMMON ALL +Puzzles : [MX] osx osx.icns osx-info.plist COMMON ALL # The `nullgame' source file is a largely blank one, which contains # all the correct function definitions to compile and link, but |