Remove more old OS X build cruft

Deleted frameworks from inside the .app template.
Install them with home-brew before compiling:
libogg
libvorbis
libjpeg
openal-soft
sdl2

Note, current compilation is dynamic linking, so the end user will also
need these dependencies installed. Will change to static linking or
copying the libs into the .app through makefile in a future commit.

Unfortunately we can’t generate the whole .app in the makefile as we
are relying on a third party app for the game selector GUI. This could
be replaced in yquake2 code, but I don’t know ObjectiveC :O Maybe it’s
a good opportunity to learn.
This commit is contained in:
jarvik7 2015-03-29 12:34:12 +09:00
parent 150fb8b132
commit bac4a6a930
1 changed files with 0 additions and 0 deletions

BIN
stuff/osx/quake2-appbundle.zip Executable file → Normal file

Binary file not shown.