Adding unix tools to your application bundle
Adding unix tools to your application bundle
- Subject: Adding unix tools to your application bundle
- From: Erick van Rijk <email@hidden>
- Date: Wed, 29 Jan 2003 23:39:21 +0100
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@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.