mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:20:38 +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
c9d4f6011a
commit
1a40a9e06b
5 changed files with 12 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue