mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Notice changes to xml and ssl support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10182 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5ac543a086
commit
9cfb043fad
2 changed files with 16 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
2001-06-15 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSFileManager.m: ([-removeFileAtpath:handler:])
|
||||
Check for illegal paths as specified in the MacOS-X documentation.
|
||||
* Source/Makefile.postamble: Update to rebuild files for XML and SSL
|
||||
support when config.h changes.
|
||||
|
||||
2001-06-14 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSuserDefaults.m: Fix +resetUserDefaults to retain the
|
||||
NSRegistrationDomain information ... was losing it when this method
|
||||
was called in response to the user name being initially set.
|
||||
|
|
|
@ -191,6 +191,15 @@ $(GNUSTEP_OBJ_DIR)/NSConnection.o : NSConnection.m
|
|||
$(GNUSTEP_OBJ_DIR)/NSInvocation.o : NSInvocation.m
|
||||
$(CC) -c $(filter-out -O%, $(ALL_CPPFLAGS) $(ALL_OBJCFLAGS)) -o $@ $<
|
||||
|
||||
#
|
||||
# Files that need a rebuild if config.h is changed.
|
||||
# XML support
|
||||
# SSL support
|
||||
#
|
||||
$(GNUSTEP_OBJ_DIR)/GSXML.o \
|
||||
$(GNUSTEP_OBJ_DIR)/UnixFileHandle.o \
|
||||
: $(GNUSTEP_TARGET_DIR)/config.h
|
||||
|
||||
#
|
||||
# Files that need a rebuild if GSConfig.h is changed.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue