This is used for two purposes:
1. Use the new legacy icon when targeting 10.5 or older. This fixes
bug #11261 MAC OS X: App icon doesn’t display on OS X 10.5.8.
2. Do not attempt to compile the dock plugin in 32 bits when
targeting 10.14 or newer. This fixes the bundle target as support
for compiling 32 bits binaries was removed in SDK 10.14.
This commit also removes the bundle64 target as it is no longer
needed.
On AmigaOS the user can customize every icon including drawers.
This is a customized drawer icon for ScummVM with the original "S"
scaled on top of it.
This icon may change with further revisions of AmigaOS4 (if the
default icon images change).
- Replace 128x128 RGB version by PNG compressed 256x256 version for Windows Vista and later
- Update 256 colors versions of the icon to remove black background
- Remove 16 colors versions (256 colors icons have been supported since Windows 3.0 and are the default on Windows 95)
- Add missing sizes and colors to NSIS installer icon
- an icon file (icons/scummvm.info) for AmigaOS
- aos4dist target which strips the binary and copies stuff (including the icon)
to a hardcoded directory called Games:ScummVM_Snapshot.
svn-id: r21862
icons/ and all other assorted stuff in dists/ directory. Still I may broke some
packaging/building procedures as no testing was performed.
svn-id: r21859