PDA

View Full Version : Developing on a mac?


m3the01
2007.06.19, 06:32 PM
So im very new to developing on a mac, i spend a lot of time getting sdl to work under mac. Its very simple;-)

Anyway, im thinking of switching over to use xcode just for ease of use. However i always lov'd the fact when i created my makefiles i could actually handle building in different environments.

Can i do this with xcode projects? Have a platform independent build, where it would be simple to run under osx, windows, linux?

Or should i stick to my g++ and makefiles to preserve this portability?

OneSadCookie
2007.06.19, 07:19 PM
Best you can do is make an Xcode project which calls make to do the building.

Xcode is *not* easy to use :p

AnotherJake
2007.06.19, 07:28 PM
Xcode is *not* easy to use :p
Neither is gcc :p

FreakSoftware
2007.06.19, 08:14 PM
Neither is gcc :p

Hear hear.

Shunter
2007.06.19, 08:56 PM
Best you can do is make an Xcode project which calls make to do the building.

Xcode is *not* easy to use :p

Sweet, I'm getting on that one! :rolleyes: