This dir contains the instructions and files you need to build the application.

Structure is as follows:

build/osx/	contains the stuff you need to build a universal binary for OSX
build/windows/	contains everything you need to build with MSVC
build/linux/	contains Makefile to build on Linux distributions

To build the remake, you need the following dependencies:

- SDL (http://www.libsdl.org)
- SDL_image (http://www.libsdl.org/projects/SDL_image/)
- SDL_mixer (http://www.libsdl.org/projects/SDL_mixer/)
