NagyD / SDLPoP

An open-source port of Prince of Persia, based on the disassembly of the DOS version.
GNU General Public License v3.0
1.1k stars 141 forks source link

Application bundle for macOS #178

Open Falcury opened 6 years ago

Falcury commented 6 years ago

This contains the changes that I made to create a macOS app bundle.

Note that I replaced SDL_image with stb_image, mainly so that dynamic linking would no longer be an issue...

If you would rather keep using SDL_image, then I guess I first need to find another way to work around that problem.