mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Header reorganizsateion - Please refer to ChangeLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17407 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9cc6c39319
commit
ac30183cd6
238 changed files with 694 additions and 544 deletions
|
@ -22,10 +22,10 @@
|
|||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include "AGSHtml.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
#include "GNUstepBase/GNUstep.h"
|
||||
#include "GNUstepBase/GSCategories.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include "gnustep/base/GSCompatibility.h"
|
||||
#include "GNUstepBase/GSCompatibility.h"
|
||||
#endif
|
||||
|
||||
static int XML_ELEMENT_NODE;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#include <gnustep/base/GSXML.h>
|
||||
#include <GNUstepBase/GSXML.h>
|
||||
|
||||
@interface AGSIndex : NSObject
|
||||
{
|
||||
|
|
|
@ -22,10 +22,10 @@
|
|||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include "AGSIndex.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
#include "GNUstepBase/GNUstep.h"
|
||||
#include "GNUstepBase/GSCategories.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include "gnustep/base/GSCompatibility.h"
|
||||
#include "GNUstepBase/GSCompatibility.h"
|
||||
#endif
|
||||
|
||||
static int XML_ELEMENT_NODE;
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
*/
|
||||
|
||||
#include "AGSOutput.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
#include "GNUstepBase/GNUstep.h"
|
||||
#include "GNUstepBase/GSCategories.h"
|
||||
|
||||
@interface AGSOutput (Private)
|
||||
- (NSString*) mergeMarkup: (NSString*)markup
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
*/
|
||||
|
||||
#include "AGSParser.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
#include "GNUstepBase/GNUstep.h"
|
||||
#include "GNUstepBase/GSCategories.h"
|
||||
|
||||
@implementation AGSParser
|
||||
|
||||
|
|
|
@ -45,9 +45,12 @@ ADDITIONAL_OBJCFLAGS += -Wall
|
|||
#ADDITIONAL_CFLAGS +=
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../Headers/gnustep -I../Headers \
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../Headers/Additions \
|
||||
-I../Source/$(GNUSTEP_TARGET_DIR)
|
||||
|
||||
ifeq ($(FOUNDATION_LIB),gnu)
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../Headers
|
||||
endif
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
#ADDITIONAL_LDFLAGS +=
|
||||
|
|
|
@ -509,9 +509,9 @@
|
|||
#include "AGSOutput.h"
|
||||
#include "AGSIndex.h"
|
||||
#include "AGSHtml.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
#include "GNUstepBase/GNUstep.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
#include "GNUstepBase/GSCategories.h"
|
||||
#endif
|
||||
|
||||
int
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
#include <base/preface.h>
|
||||
#include <GNUstepBase/preface.h>
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <ctype.h>
|
||||
#include <locale.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <base/GSLocale.h>
|
||||
#include <GNUstepBase/GSLocale.h>
|
||||
|
||||
#define MAXSTRING 100
|
||||
|
||||
|
|
|
@ -45,9 +45,14 @@ ADDITIONAL_OBJCFLAGS += -Wall
|
|||
#ADDITIONAL_CFLAGS +=
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../../Headers/gnustep -I../../Headers \
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../../Headers/Additions \
|
||||
-I../../Source/$(GNUSTEP_TARGET_DIR)
|
||||
|
||||
ifeq ($(FOUNDATION_LIB),gnu)
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../../Headers
|
||||
endif
|
||||
|
||||
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
#ADDITIONAL_LDFLAGS +=
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#include <gnustep/base/GSXML.h>
|
||||
#include <GNUstepBase/GSXML.h>
|
||||
|
||||
@interface GSXMLParser (Loader)
|
||||
+ (NSString*) loadEntity: (NSString*)publicId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue