mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Preliminary http and https support added.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8145 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
320260be7a
commit
ed237d6ba9
4 changed files with 662 additions and 2 deletions
|
@ -144,6 +144,8 @@ preface.h
|
|||
# GNUStep source files
|
||||
|
||||
BASE_MFILES = \
|
||||
GSHTTPURLHandle.m \
|
||||
GSMime.m \
|
||||
GSString.m \
|
||||
NSAttributedString.m \
|
||||
NSArchiver.m \
|
||||
|
@ -230,7 +232,6 @@ objc-load.m
|
|||
ifeq ($(HAVE_LIBXML),1)
|
||||
BASE_MFILES += GSXML.m
|
||||
endif
|
||||
BASE_MFILES += GSMime.m
|
||||
|
||||
NSVALUE_MFILES = \
|
||||
NSValue0.m NSValue1.m NSValue2.m NSValue3.m \
|
||||
|
@ -255,6 +256,7 @@ tzfile.h
|
|||
BASE_HEADERS = \
|
||||
Foundation.h \
|
||||
DistributedObjects.h \
|
||||
GSMime.h \
|
||||
NSArchiver.h \
|
||||
NSArray.h \
|
||||
NSAttributedString.h \
|
||||
|
@ -327,7 +329,6 @@ NSURLHandle.h
|
|||
ifeq ($(HAVE_LIBXML),1)
|
||||
BASE_HEADERS += GSXML.h
|
||||
endif
|
||||
BASE_HEADERS += GSMime.h
|
||||
|
||||
UNICODE_HEADERS = \
|
||||
unicode/caseconv.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue