Skip navigation.
 
mlAdding unix tools to your application bundle
FROM : Erick van Rijk
DATE : Wed Jan 29 23:39:21 2003

I'm wondering how I should add a command line tool I've build using the
Legacy Make file target option in PB.
The legacy makefile process resulted in a working command-line app,
that I want to include into my program as a Auxiliary Executable.
The only way i've been able to add an auxiliary executable to my
project is by building it with source as a tool in PB. Unfortunately
the unix tool I want to make a GUI for is far to complex to add the
sources into PB.

Should I drag the binary by hand after building into the application
bundle?

Or are there better ways to add unix binaries to your application.

Thanks

Erick
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlAdding unix tools to your application bundle Erick van Rijk Jan 29, 23:39
mlRe: Adding unix tools to your application bundle Frank Fenn Jan 30, 07:57