mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2907 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fc6e6ad1e9
commit
035b3fa393
3 changed files with 25 additions and 1 deletions
|
@ -27,7 +27,7 @@ ADDITIONAL_INCLUDE_DIRS += -I../Headers -I$(GNUSTEP_SYSTEM_ROOT)/Headers
|
|||
# ADDITIONAL_LDFLAGS +=
|
||||
|
||||
# Additional library directories the linker should search
|
||||
ADDITIONAL_LIB_DIRS += -L../Source/$(GNUSTEP_OBJ_DIR)
|
||||
ADDITIONAL_LIB_DIRS +=
|
||||
|
||||
# Additional libraries when linking tools
|
||||
ADDITIONAL_TOOL_LIBS += -lgnustep-gui -ltiff
|
||||
|
|
|
@ -4,6 +4,21 @@
|
|||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <AppKit/NSPasteboard.h>
|
||||
|
||||
BOOL
|
||||
initialize_gnustep_backend(void)
|
||||
{
|
||||
/* Dummy replacement for the xdps function */
|
||||
return YES;
|
||||
}
|
||||
|
||||
@interface GMModel: NSObject
|
||||
{
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation GMModel
|
||||
@end
|
||||
|
||||
@interface pbOwner : NSObject
|
||||
{
|
||||
}
|
||||
|
|
|
@ -57,6 +57,15 @@ initialize_gnustep_backend(void)
|
|||
return YES;
|
||||
}
|
||||
|
||||
@interface GMModel: NSObject
|
||||
{
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation GMModel
|
||||
@end
|
||||
|
||||
|
||||
@class PasteboardServer;
|
||||
|
||||
int debug = 0;
|
||||
|
|
Loading…
Reference in a new issue