mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:40:37 +00:00
Move headers, more GMAppkit fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4984 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
48b6d1cd56
commit
9196accea4
5 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,11 @@
|
|||
1999-10-09 <fedor@gnu.org>
|
||||
|
||||
* Model/GMAppKit.m ([NSPopUpButton -initWithModelUnarchiver:]):
|
||||
decode itemArray as an array.
|
||||
|
||||
* Source/GNUmakefile: Move installed headers to gnustep/AppKit
|
||||
* Model/GNUmakefile: Likewise.
|
||||
|
||||
1999-10-08 <fedor@gnu.org>
|
||||
|
||||
* Model/GMAppKit.m ([NSPopUpButton -encodeWithModelArchiver:]):
|
||||
|
|
|
@ -847,7 +847,7 @@ void __dummy_GMAppKit_functionForLinking() {}
|
|||
|
||||
int i, count;
|
||||
NSMutableArray* decodedItems
|
||||
= [unarchiver decodeObjectWithName:@"itemArray"];
|
||||
= [unarchiver decodeArrayWithName:@"itemArray"];
|
||||
|
||||
self = [super initWithModelUnarchiver:unarchiver];
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ endif
|
|||
libgmodel_OBJC_FILES = IMCustomObject.m IMConnectors.m IMLoading.m GMAppKit.m \
|
||||
GMArchiver.m
|
||||
libgmodel_HEADER_FILES_DIR = ../Headers/AppKit
|
||||
libgmodel_HEADER_FILES_INSTALL_DIR = /gnustep/gui/AppKit
|
||||
libgmodel_HEADER_FILES_INSTALL_DIR = /gnustep/AppKit
|
||||
libgmodel_HEADER_FILES = IMConnectors.h IMCustomObject.h IMLoading.h \
|
||||
GMAppKit.h GMArchiver.h
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@ libgnustep-gui_OBJC_FILES += NSPasteboard.m
|
|||
endif
|
||||
|
||||
libgnustep-gui_HEADER_FILES_DIR = ../Headers
|
||||
libgnustep-gui_HEADER_FILES_INSTALL_DIR = /gnustep/gui
|
||||
libgnustep-gui_HEADER_FILES_INSTALL_DIR = /gnustep
|
||||
|
||||
libgnustep-gui_HEADER_FILES = \
|
||||
AppKit/AppKit.h \
|
||||
|
|
|
@ -73,9 +73,7 @@ ADDITIONAL_LIB_DIRS =
|
|||
#
|
||||
|
||||
# Additional directories to be created during installation
|
||||
ADDITIONAL_INSTALL_DIRS = $(GNUSTEP_HEADERS)/gnustep \
|
||||
$(GNUSTEP_HEADERS)/gnustep/gui \
|
||||
$(GNUSTEP_HEADERS)/gnustep/gui/AppKit
|
||||
ADDITIONAL_INSTALL_DIRS = $(GNUSTEP_HEADERS)/gnustep/AppKit
|
||||
|
||||
# What are the libraries this library depends upon. This is needed for some
|
||||
# systems where building a shared library requires to pass to the linker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue