cog/Frameworks/libsidplayfp
Christopher Snowhill 00ea4562dc Update project files for Xcode 14 recommendations
Update all project files with new upgrade version number, and add the
dead code stripping option. Don't touch MASShortcut because it's not my
project.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-07 18:56:11 -07:00
..
generated/src Updated libsidplay to version 2.3.1 2021-12-30 23:24:07 -08:00
sidplayfp@93e3a7cd36 libsidplayfp: Sync with upstream again 2022-02-11 04:06:16 -08:00
sidplayfp.xcodeproj Update project files for Xcode 14 recommendations 2022-06-07 18:56:11 -07:00
Info.plist Preprocess Info.plist for sidplayfp Xcode subproject. 2021-02-25 18:37:47 +03:00
README.md Updated libsidplay to version 2.3.1 2021-12-30 23:24:07 -08:00
update-generated.sh Add libsidplayfp submodule and supporting files. 2021-02-25 18:36:04 +03:00

README.md

update-generated.sh requires the following:

brew install libgcrypt xa coreutils

For these needs:

  1. libgcrypt is required by the autoreconf process, even if it is being configured as excluded or disabled.
  2. xa is required to assemble the SID player binary objects in the repository.
  3. coreutils is required for GNU od, because BSD od as included with macOS does not support the -w switch. The included autoconf scripts will prefer god if found.