Hi,
After some testing, I have one question. If I make framework using gnustep-make in Mac OS X with apple-apple-apple, then can this framework be used with other Xcode built frameworks, or it is just a library so I have to use it as a library not framework? It seems that it is compatible with other frameworks but I'm not sure on this.
If you make a framework with GNUstep-make under Darwin, it's a true framework, not just a pseudo-framework library. It uses gcc with -F.
Alex P
_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
