Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
pmbaty |
1 |
#!/bin/bash |
|
|
2 |
|
|
|
3 |
gcc *.c osx-sdlmain.m -ISDL.framework/Headers -framework Foundation -framework Cocoa -F. -framework SDL -o "Rick Dangerous" |
|
|
4 |
install_name_tool -add_rpath "@loader_path" "./Rick Dangerous" |