Re: PB question
Re: PB question
- Subject: Re: PB question
- From: Sherm Pendley <email@hidden>
- Date: Fri, 19 Jul 2002 15:06:04 -0400
On Friday, July 19, 2002, at 02:52 PM, Gerben Wierda wrote:
I want to include a compiled ordinary C-program in the Resources of my
app. So far I have done this by compiling this by hand and adding it to
the Resources of my project. Instead, I would like to add a link to the
C-source file to my project and have it compiled into the Resources
directory of my app when I build so that it will be automatically
up-to-date. What is the way I am supposed to do that?
If your C program already has a makefile, it would probably be easiest
to create a shell script build step in PB that calls 'make' to build it
using that makefile, and a "copy files" build step that copies the
resulting binary into Resources.
sherm--
_______________________________________________
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: | |
| >PB question (From: Gerben Wierda <email@hidden>) |