PB question (2 targets, depending on shared code and each other)
PB question (2 targets, depending on shared code and each other)
- Subject: PB question (2 targets, depending on shared code and each other)
- From: Gerben Wierda <email@hidden>
- Date: Thu, 15 Aug 2002 21:37:25 +0200
I have a PB project with (currently) two targets. One is a GUI app, the
other a cli tool that needs to be available in the Resources directory
of the GUI app. Th ecli tool shares some code with the app, which is why
it is part of the same project.
Now, the app is buit to .../Build/Foo.app and the command line tool is
built into .../Build/bar. I have two questions:
1. Can I make the tool be a child-target of the app, such that when
shared code changes, both are compiled?
2. Can I make the location of the tool depend on the location of the app?
Thanks,
G
_______________________________________________
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.