Re: A couple questions
Re: A couple questions
- Subject: Re: A couple questions
- From: Marcel Weiher <email@hidden>
- Date: Mon, 3 Sep 2001 13:19:20 +0200
On Wednesday, August 22, 2001, at 10:39 PM, Scott Tooker wrote:
Nope. There is no "Library" project template currently. However, you
can just add a new "Library" target to the project and use it to build
the static library (if you need a static library).
Could this also be used to build different versions of a framework, for
example with different INSTALL_PATH?
Would all of the files that go into making the first target have to be
added manually to the other target as well, or is there some way of
saying "all the same files as in that other target"?
I need to build frameworks that sometimes go inside an application
wrapper, sometimes get shipped separately. Even better would be if I
could package them in(side) different umbrella frameworks, with the
umbrella framework also potentially going iniside an app-wrapper or
standing alone.
I've been trying to figure this out from the docs but haven't had much
luck.
Marcel