Jump to content

Developing Help


3 posts in this topic

Recommended Posts

This is my first project, and I was put in charge of converting this software from PPC to Intel. Naturally, they don't use XCode. Can someone out there with more developing experience convert this to an XCode project for me, or at least tell me how?

 

http://www.teamxlink.co.uk/binary/kaid_tree_7.0.0.6-a.zip

 

Any other tips are naturally appreciated! ;)

Link to comment
Share on other sites

This is my first project, and I was put in charge of converting this software from PPC to Intel. Naturally, they don't use XCode. Can someone out there with more developing experience convert this to an XCode project for me, or at least tell me how?

 

http://www.teamxlink.co.uk/binary/kaid_tree_7.0.0.6-a.zip

 

Any other tips are naturally appreciated! :rolleyes:

Do you work at Adobe?

 

:whistle:

Link to comment
Share on other sites

  • 2 weeks later...

Well, for one thing, that doesn't compile, not even on ppc...

 

And you don't need xcode to port to universal binary, just do a 'make CC="gcc -arch i686 -arch ppc750" CXX="g++ -arch i686 -arch ppc750"'

 

Well, here is the thing ported to universal binary. it includes source code, object files, and the binary itself. Enjoy :dev:

Link to comment
Share on other sites

 Share

×
×
  • Create New...