mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 12:20:59 +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
2503952ac5
commit
15ec1b45c6
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_LDFLAGS +=
|
||||||
|
|
||||||
# Additional library directories the linker should search
|
# Additional library directories the linker should search
|
||||||
ADDITIONAL_LIB_DIRS += -L../Source/$(GNUSTEP_OBJ_DIR)
|
ADDITIONAL_LIB_DIRS +=
|
||||||
|
|
||||||
# Additional libraries when linking tools
|
# Additional libraries when linking tools
|
||||||
ADDITIONAL_TOOL_LIBS += -lgnustep-gui -ltiff
|
ADDITIONAL_TOOL_LIBS += -lgnustep-gui -ltiff
|
||||||
|
|
|
@ -4,6 +4,21 @@
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
#include <AppKit/NSPasteboard.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
|
@interface pbOwner : NSObject
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,6 +57,15 @@ initialize_gnustep_backend(void)
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@interface GMModel: NSObject
|
||||||
|
{
|
||||||
|
}
|
||||||
|
@end
|
||||||
|
|
||||||
|
@implementation GMModel
|
||||||
|
@end
|
||||||
|
|
||||||
|
|
||||||
@class PasteboardServer;
|
@class PasteboardServer;
|
||||||
|
|
||||||
int debug = 0;
|
int debug = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue