Re: terminal apps
Re: terminal apps
- Subject: Re: terminal apps
- From: Andres Santiago Perez-Bergquist <email@hidden>
- Date: Fri, 5 Dec 2003 18:02:03 -0500
On 5 Dec 2003, at 5:42 PM, Kirk R. Wythers wrote:
Can I import simple command line applications that run in the terminal
into xcode (unix porting issues not withstanding)? I seem to remember
that other gui tools (codewarrior comes to mind), had a "create
terminal app" mode. Does xcode do something similar? Can "import
existing project do this?
For new projects, use one of the Tool project templates appropriate to
the programming language you want. For existing projects with
makefiles or other build systems, you can create an empty project and
add a GNU Makefile or Shell Script target that just runs the existing
build script, though you lose some of the integration aspects of the
IDE this way.
-- Andres Santiago Perez-Bergquist
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >terminal apps (From: "Kirk R. Wythers" <email@hidden>) |