mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
* 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:
parent
529604093e
commit
44817b9a86
140 changed files with 316 additions and 379 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue