* GSWExtensions.framework/GNUmakefile: rewrite using framework.make

* GSWExtensions.framework/*.(h|m): changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/

* GSWeb.framework/GNUmakefile: rewrite using framework.make
* GSWeb.framework/*.(h|m): changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/
* GSWeb.framework/GSWConstants.m: removed the frameworkd suffix.
* GSWeb.framework/GSWUtils.m ([NSBundle +tmpAllFrameworks]): removed.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@7931 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mirko 2000-10-30 15:36:50 +00:00
parent 529604093e
commit 44817b9a86
140 changed files with 316 additions and 379 deletions

View file

@ -54,8 +54,6 @@ typedef unsigned int UINT32;
#define UINTs_DEFINED
#endif
#define allFrameworks tmpAllFrameworks
BOOL ClassIsKindOfClass(Class classA,Class classB);
void ExceptionRaiseFn(const char *func,
@ -283,7 +281,6 @@ extern NSData* HexStringToData(NSString* _string);
//====================================================================
@interface NSBundle (NSBundleAllFrameworks)
+(NSArray*)tmpAllFrameworks;
-(NSString*)bundleName;
@end