mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:10:48 +00:00
Merge from 0.8.5 branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16250 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ae1ab06409
commit
ceb2323c0b
30 changed files with 321 additions and 1281 deletions
|
@ -25,10 +25,11 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <gnustep/gui/GMArchiver.h>
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#endif
|
||||
#include <gnustep/gui/GMArchiver.h>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#import <AppKit/NSNibConnector.h>
|
||||
|
@ -36,10 +37,10 @@
|
|||
#import <AppKit/NSNibControlConnector.h>
|
||||
#endif
|
||||
|
||||
#import "IBClasses.h"
|
||||
#import "Translator.h"
|
||||
#import "IMConnectors.h"
|
||||
#import "gnustep/gui/IMCustomObject.h"
|
||||
#include "IBClasses.h"
|
||||
#include "Translator.h"
|
||||
#include "IMConnectors.h"
|
||||
#include "gnustep/gui/IMCustomObject.h"
|
||||
|
||||
//#define DEBUG
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue