bobbi228 / quadra

Automatically exported from code.google.com/p/quadra
0 stars 0 forks source link

make an Xcode project #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using "make", myself, but people might like having an Xcode project.

Original issue reported on code.google.com by pphaneuf on 20 Jun 2008 at 5:13

GoogleCodeExporter commented 8 years ago
I would recommend considering the use of cmake. With cmake people can generate 
the
project they want such as Xcode, CodeBlocks, and others or they can build on the
command-line as you (and I) like to do.

Even though I am a Linux geek I do OS X development and handle Mac 
packaging/releases
for a few different OSS projects. I generally build universal releases with the 
10.4
SDK so they support Tiger and up. I would be happy to assist in these couple of 
OS X
tickets you have open.

Original comment by mwo...@gmail.com on 27 May 2010 at 7:43

GoogleCodeExporter commented 8 years ago
How about gyp? I remember trying out cmake a while ago, and I wasn't too 
impressed...

http://code.google.com/p/gyp/

Original comment by pphaneuf on 28 May 2010 at 3:07