+2004-06-08 Helge Hess <helge.hess@opengroupware.org>
+
+ * */common.h, GNUmakefile.preamble.: fixed for OSX compile
+
2004-06-08 Marcus Mueller <znek@mulle-kybernetik.com>
* Common/images: added a bunch of images from OGo
--- /dev/null
+# $Id$
+
+CommonUI_BUNDLE_LIBS += \
+ -lNGObjWeb -lNGScripting \
+ -lNGMime -lNGStreams -lNGExtensions -lEOControl \
+ -lXmlRpc -lDOM -lSaxObjC
/*
- Copyright (C) 2000-2003 SKYRIX Software AG
+ Copyright (C) 2000-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
#import <Foundation/Foundation.h>
#if LIB_FOUNDATION_LIBRARY
-# import <Foundation/exceptions/GeneralExceptions.h>
+# include <Foundation/exceptions/GeneralExceptions.h>
#elif NeXT_Foundation_LIBRARY || COCOA_Foundation_LIBRARY
-# import <FoundationExt/NSObjectMacros.h>
-# import <FoundationExt/NSString+Ext.h>
-# import <FoundationExt/GeneralExceptions.h>
+# include <NGExtensions/NGObjectMacros.h>
+# include <NGExtensions/NSString+Ext.h>
#endif
#include <NGExtensions/NGExtensions.h>
images/next_week.gif \
images/previous_week.gif \
+ifeq ($(FOUNDATION_LIB),apple)
+ZIDESTORE=$(GNUSTEP_USER_ROOT)/Library/Headers/ZideStore12
+else
ZIDESTORE=$(GNUSTEP_USER_ROOT)/Headers/ZideStore12
+endif
ADDITIONAL_INCLUDE_DIRS += \
-I. \
--- /dev/null
+# $Id$
+
+SchedulerUI_BUNDLE_LIBS += \
+ -lNGObjWeb -lNGScripting \
+ -lNGMime -lNGStreams -lNGExtensions -lEOControl \
+ -lXmlRpc -lDOM -lSaxObjC
/*
- Copyright (C) 2000-2003 SKYRIX Software AG
+ Copyright (C) 2000-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
#import <Foundation/Foundation.h>
#if LIB_FOUNDATION_LIBRARY
-# import <Foundation/exceptions/GeneralExceptions.h>
+# include <Foundation/exceptions/GeneralExceptions.h>
#elif NeXT_Foundation_LIBRARY || COCOA_Foundation_LIBRARY
-# import <FoundationExt/NSObjectMacros.h>
-# import <FoundationExt/NSString+Ext.h>
-# import <FoundationExt/GeneralExceptions.h>
+# include <NGExtensions/NGObjectMacros.h>
+# include <NGExtensions/NSString+Ext.h>
#endif
#include <NGExtensions/NGExtensions.h>