RE: Makefile
RE: Makefile
- Subject: RE: Makefile
- From: klee04 <email@hidden>
- Date: Wed, 14 Jul 2004 14:54:38 +0900
Thank you for the help. I will try that.
Kanghoon Lee
________________________________
@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
________________________________
-----Original Message-----
From: Matt Jarjoura [
mailto:email@hidden]
Sent: Wednesday, July 14, 2004 12:56 PM
To: klee04
Cc: email@hidden
Subject: Re: Makefile
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: | |
| >Re: Makefile (From: Matt Jarjoura <email@hidden>) |