Blame | Last modification | View Log | Download | RSS feed
#!/bin/bash
gcc *.c osx-sdlmain.m -ISDL.framework/Headers -framework Foundation -framework Cocoa -F. -framework SDL -o "Rick Dangerous"
install_name_tool -add_rpath "@loader_path" "./Rick Dangerous"