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:
Dave Wetzel 2010-05-31 03:40:11 +00:00
parent c17aa7241f
commit dafa40f0e5
4 changed files with 6 additions and 7 deletions

View file

@ -28,7 +28,7 @@
#ifndef __EOMEDocument_h
#define __EOMEDocument_h
#include <AppKit/NSDocument.h>
#include <AppKit/AppKit.h>
#include <Renaissance/Renaissance.h>
#include <EOAccess/EOModel.h>
#include <EOModeler/EODefines.h>

View file

@ -39,7 +39,7 @@ endif
ADDITIONAL_INCLUDE_DIRS+=-I../
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 = \
Resources/ModelDrag.tiff \

View file

@ -21,11 +21,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifdef NeXT_GUI_LIBRARY
#include <AppKit/AppKit.h>
#else
#include <AppKit/NSNibDeclarations.h>
#endif
#include <EOModeler/EOMInspector.h>

View file

@ -34,7 +34,10 @@
#define TableViewDataHasChangedNotification @"TableViewDataHasChangedNotification"
@interface TableViewController : NSViewController <NSTableViewDataSource, NSTableViewDelegate>
@interface TableViewController : NSViewController
#ifndef GNUSTEP
<NSTableViewDataSource, NSTableViewDelegate>
#endif
{
NSMutableSet *_boolColumnNames;
NSTableView *_tableView; // not retained