Recent content by bigfoot811

  1. B

    Specifying the path to SDLMain.m in g++

    I have gotten SDL to work on the mac using g++ in command line rather than using XCode. My problem is that I must use an exact path to the SDLMain.m file in the g++ build. i.e.... g++ -framework Cocoa -framework OpenGL -framework SDL -o "Test" ./main.o...
Back
Top