cog/ThirdParty/BASS
Christopher Snowhill 26ac2b09fb Move static and dynamic libaries to archive
Please remember to unpack the archive before building, and
if it is updated by a future version.
2022-06-24 17:09:29 -07:00
..
README.md MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
bass.h MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
bassmidi.h MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
sflist.c MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
sflist.h MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00
sflist_rewrite.c MIDI: Replaced FluidSynth with BASSMIDI again 2022-02-08 18:29:03 -08:00

README.md

These libraries were modified from the originals.

First, they were generated by the bundled makefile, using:

make 64bit

Then, install_name_tool was used to change the id and import paths of each of them, so that the libraries are referenced from @rpath, not @loader_path.