Re: Makefile
Re: Makefile
- Subject: Re: Makefile
- From: Matt Jarjoura <email@hidden>
- Date: Tue, 13 Jul 2004 23:55:44 -0400
Yes, you can create a GNU Make Makefile to compile an app into Cocoa.
You will have to manually create the bundle.
gcc -O0 -g -framework Cocoa main.c -o ./MyApp.app/Contents/MacOS/MyApp
On Wed, 14 Jul 2004 11:14:30 +0900, klee04 <email@hidden> wrote:
>
Hi,
>
>
I am new to Mac programming environment, and I am sorry if this a trivial
>
question, but is it possible to build Cocoa application using make file?
>
If so, could somebody show me the sample?
>
>
Thank you very much.
>
>
_____
>
>
@L 0-HF
>
Kanghoon Lee
>
>
Senior Manager
>
Digital Printing Division
>
Digital Media Network
>
SAMSUNG ELECTRONICS CO.,LTD
>
Office : +82-31-200-4664
>
Mobile : 010-3310-8774
>
E-Mail : email@hidden
>
>
_____
>
_______________________________________________
>
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.
>
>
--
Matt Jarjoura
:: They say life is like a bowl of cheeries, eat it up! ::
_______________________________________________
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.
References: | |
| >Makefile (From: klee04 <email@hidden>) |