Simple reverse mappings added.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16112 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-03-03 10:01:29 +00:00
parent 58629e4f18
commit b3b6911ff7
3 changed files with 45 additions and 7 deletions

View file

@ -109,19 +109,21 @@ win32-entry.m \
win32-def.top \
libgnustep-base.def
GNU_HEADERS = \
DistributedObjects.h \
ADD_HEADERS = \
GCObject.h \
GSCategories.h \
GSObjCRuntime.h \
Unicode.h \
behavior.h \
objc-gnu2next.h
GNU_HEADERS = $(ADD_HEADERS) \
DistributedObjects.h \
GSFileHandle.h \
GSLocale.h \
GSObjCRuntime.h \
GSUnion.h \
GSIArray.h \
GSIMap.h \
Unicode.h \
behavior.h \
objc-gnu2next.h \
preface.h
ifneq ($(OBJC_RUNTIME_LIB), gnu)