i have put
escape-alpha-osx.tar.gz
into comic home directory--you probably want to get that to max and make him untar and double click it 2 see if success b4 u waste any more time with my craps!!!!
also
escape-osx-dev.tar
which includes the following files:
Escape.app: Mac OS X considers all folders ending in .app to be programs. you need to copy the results of your build to the right place inside this folder. Right now the executable is Content/MacOS/Escape, thus Info.plist says
" <key>CFBundleExecutable</key>
<string>Escape</string>"
After you build everythinh and put the files in this folder, save this to
SDLMain.m, SDLMain.h: use these to build SDLMain.o
Frameworks: all the SDL libs needed to build
makefile: you need to change at least FRAMEWORKS to point to wherever you put the frameworks. I only got escape.exe to work, I wasn't sure what else was supposed to be made?
|