mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-21 02:20:55 +00:00
make compile on Ubuntu
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30505 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c17aa7241f
commit
dafa40f0e5
4 changed files with 6 additions and 7 deletions
|
@ -28,7 +28,7 @@
|
||||||
#ifndef __EOMEDocument_h
|
#ifndef __EOMEDocument_h
|
||||||
#define __EOMEDocument_h
|
#define __EOMEDocument_h
|
||||||
|
|
||||||
#include <AppKit/NSDocument.h>
|
#include <AppKit/AppKit.h>
|
||||||
#include <Renaissance/Renaissance.h>
|
#include <Renaissance/Renaissance.h>
|
||||||
#include <EOAccess/EOModel.h>
|
#include <EOAccess/EOModel.h>
|
||||||
#include <EOModeler/EODefines.h>
|
#include <EOModeler/EODefines.h>
|
||||||
|
|
|
@ -39,7 +39,7 @@ endif
|
||||||
|
|
||||||
ADDITIONAL_INCLUDE_DIRS+=-I../
|
ADDITIONAL_INCLUDE_DIRS+=-I../
|
||||||
ADDITIONAL_NATIVE_LIB_DIRS+=../EOAccess ../EOControl ../EOInterface ../EOModeler
|
ADDITIONAL_NATIVE_LIB_DIRS+=../EOAccess ../EOControl ../EOInterface ../EOModeler
|
||||||
ADDITIONAL_NATIVE_LIBS += EOAccess EOControl EOInterface EOModeler Renaissance
|
ADDITIONAL_NATIVE_LIBS += EOAccess EOControl EOModeler Renaissance
|
||||||
|
|
||||||
$(APP_NAME)_RESOURCE_FILES = \
|
$(APP_NAME)_RESOURCE_FILES = \
|
||||||
Resources/ModelDrag.tiff \
|
Resources/ModelDrag.tiff \
|
||||||
|
|
|
@ -21,11 +21,7 @@
|
||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef NeXT_GUI_LIBRARY
|
|
||||||
#include <AppKit/AppKit.h>
|
#include <AppKit/AppKit.h>
|
||||||
#else
|
|
||||||
#include <AppKit/NSNibDeclarations.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <EOModeler/EOMInspector.h>
|
#include <EOModeler/EOMInspector.h>
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,10 @@
|
||||||
|
|
||||||
#define TableViewDataHasChangedNotification @"TableViewDataHasChangedNotification"
|
#define TableViewDataHasChangedNotification @"TableViewDataHasChangedNotification"
|
||||||
|
|
||||||
@interface TableViewController : NSViewController <NSTableViewDataSource, NSTableViewDelegate>
|
@interface TableViewController : NSViewController
|
||||||
|
#ifndef GNUSTEP
|
||||||
|
<NSTableViewDataSource, NSTableViewDelegate>
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
NSMutableSet *_boolColumnNames;
|
NSMutableSet *_boolColumnNames;
|
||||||
NSTableView *_tableView; // not retained
|
NSTableView *_tableView; // not retained
|
||||||
|
|
Loading…
Reference in a new issue