+2005-03-20 Helge Hess <helge.hess@opengroupware.org>
+
+ * common.make: link against GDLContentStore instead of OGoContentStore
+
2005-02-24 Helge Hess <helge.hess@opengroupware.org>
* common.make (ADDITIONAL_LIB_DIRS): removed SOGoLogic from the linking
BUNDLE_LIBS += \
-lSOGo \
- -lOGoContentStore \
+ -lGDLContentStore \
-lGDLAccess \
-lNGObjWeb \
-lNGiCal -lNGMime -lNGLdap \
ADDITIONAL_INCLUDE_DIRS += \
-I.. -I../.. -I../../..
+
return NO;
/* calculate the interval requested by the user (can be larger) */
-
+
aptStartDate = [_slotRange startDate];
+ // TODO: gives warning on MacOSX
aptEndDate = [[NSCalendarDate alloc] initWithTimeIntervalSince1970:
[aptStartDate timeIntervalSince1970]
+ [self durationAsTimeInterval]];
-lSOGoUI \
-lSOGo \
-lOGoContentStore \
+ -lGDLContentStore \
-lGDLAccess \
-lNGObjWeb \
-lNGMime -lNGiCal -lNGLdap \