]> err.no Git - scalable-opengroupware.org/commitdiff
fixed some linking issues on OSX
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 20 Mar 2005 22:14:13 +0000 (22:14 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 20 Mar 2005 22:14:13 +0000 (22:14 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@633 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/ChangeLog
SOGo/SoObjects/common.make
SOGo/UI/Scheduler/GNUmakefile.preamble
SOGo/UI/Scheduler/UIxAppointmentProposal.m
SOGo/UI/common.make

index 163082388711664028862105e5bde1d110ce7d80..f685ff10a16b2577d6445bf1137b3c8fc0799606 100644 (file)
@@ -1,3 +1,7 @@
+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
index 9bd89f8c480ddddffaefa67b80674863e8b3ec20..fa42fa194f3dd29cbb6478387244edd629f369e8 100644 (file)
@@ -18,7 +18,7 @@ ADDITIONAL_LIB_DIRS += \
 
 BUNDLE_LIBS += \
        -lSOGo                                  \
-       -lOGoContentStore                       \
+       -lGDLContentStore                       \
        -lGDLAccess                             \
        -lNGObjWeb                              \
        -lNGiCal -lNGMime -lNGLdap              \
index efc9130d98e8a3f21498bb3396b15a107496a02f..73c977c3266773edb2c508153e0bcbcbbd95f6c6 100644 (file)
@@ -2,3 +2,4 @@
 
 ADDITIONAL_INCLUDE_DIRS += \
        -I.. -I../.. -I../../..
+
index 0415de82f2d3d38c8273e00dc8bab7a3b96719b4..9bcb00d8ddb51c1da311f644027557e05d024e47 100644 (file)
     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]];
index 5615c10e5c5f6cf5da859b2f888e9d553282f479..bdb1b862b27f931d571d2c532b54fe86b10e7ed0 100644 (file)
@@ -39,6 +39,7 @@ BUNDLE_LIBS += \
        -lSOGoUI                                \
        -lSOGo                                  \
        -lOGoContentStore                       \
+       -lGDLContentStore                       \
        -lGDLAccess                             \
        -lNGObjWeb                              \
        -lNGMime -lNGiCal -lNGLdap              \