Re: Command-Line Compilers?
Re: Command-Line Compilers?
- Subject: Re: Command-Line Compilers?
- From: Pete Yandell <email@hidden>
- Date: Wed, 20 Feb 2002 12:57:45 +1100
On Wednesday, February 20, 2002, at 07:35 AM, Conrad Taylor wrote:
>
Hi, is there a way to use the command-line compilers
>
for Objective-C from Mac OS X?
Yep: just point cc (which is, of course, part of the standard dev tools)
at files ending in .m rather than .c
Also, have a look at the man page for pbxbuild. It's a tool to run
project builder builds from the command line. I use pbxbuild inside of
a make file to let me do automated nightly builds of projects...it's
pretty nifty.
Pete Yandell
http://pete.yandell.com/
________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.