• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Makefile
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Makefile


  • Subject: RE: Makefile
  • From: "Matt Gillette" <email@hidden>
  • Date: Tue, 13 Jul 2004 22:06:53 -0700
  • Thread-topic: Makefile

Or, if you have an XCode project, just use apple's provided xcodebuild and you can even use it in a makefile

cd $(DIR); xcodebuild -buildstyle deployment clean build

Matt



-----Original Message-----
From: email@hidden on behalf of Matt Jarjoura
Sent: Tue 7/13/2004 8:55 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.
_______________________________________________
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.


  • Prev by Date: Re: Makefile
  • Next by Date: Re: Subclassing NSDocumentController
  • Previous by thread: RE: Makefile
  • Next by thread: Very simple question
  • Index(es):
    • Date
    • Thread