mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
58629e4f18
commit
b3b6911ff7
3 changed files with 45 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue