ADDITIONAL_LIB_DIRS += \
-L../SoObjects/SOGo/$(GNUSTEP_OBJ_DIR)/ \
-L../../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ \
- -L../../SOGoLogic/$(GNUSTEP_OBJ_DIR)/
+ -L../../SOGoLogic/$(GNUSTEP_OBJ_DIR)/ \
+ -L/usr/local/lib -L/usr/lib
ADDITIONAL_TOOL_LIBS += \
-lSOGo \
ADDITIONAL_LIB_DIRS += \
-L../SOGo/$(GNUSTEP_OBJ_DIR)/ \
-L../../../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ \
- -L../../../SOGoLogic/$(GNUSTEP_OBJ_DIR)/
+ -L../../../SOGoLogic/$(GNUSTEP_OBJ_DIR)/ \
+ -L/usr/local/lib -L/usr/lib
Appointments_BUNDLE_LIBS += \
-lSOGo -lSOGoLogic \
libSOGo_LIB_DIRS += \
-L$(RELBUILD_DIR_libOGoContentStore) \
+ -L/usr/local/lib -L/usr/lib
libSOGo_LIBRARIES_DEPEND_UPON += \
-lOGoContentStore \
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
+ xmlns:label="OGo:label"
class="aptview_text"
>
<script language="JavaScript">
+2004-09-10 Helge Hess <helge.hess@skyrix.com>
+
+ * AnaisAttendeeSelector.wox: fixed missing label namespace (v0.9.11)
+
2004-09-06 Marcus Mueller <znek@mulle-kybernetik.com>
* {English|French}.lproj/default.strings: added localizations (v0.9.10)
AnaisUI_LIB_DIRS += -L$(RELBUILD_DIR_libSOGoUI)
+ADDITIONAL_LIB_DIRS += -L/usr/local/lib -L/usr/lib
+
AnaisUI_BUNDLE_LIBS += \
-lSOGoUI \
-lNGObjWeb \
# $Id: Version 165 2004-08-05 17:55:50Z znek $
-SUBMINOR_VERSION:=10
+SUBMINOR_VERSION:=11
CommonUI_LIB_DIRS += -L$(RELBUILD_DIR_libSOGoUI)
+ADDITIONAL_LIB_DIRS += -L/usr/local/lib -L/usr/lib
+
CommonUI_BUNDLE_LIBS += \
-lSOGoUI \
-lNGObjWeb \
-L$(RELBUILD_DIR_libSOGoUI) \
-L$(RELBUILD_DIR_libSOGoLogic)
+ADDITIONAL_LIB_DIRS += -L/usr/local/lib -L/usr/lib
+
ContactsUI_BUNDLE_LIBS += \
-lNGObjWeb \
-lNGMime -lNGStreams -lNGExtensions -lEOControl \
-L$(RELBUILD_DIR_libSOGoUI) \
-L$(RELBUILD_DIR_libSOGoLogic)
+ADDITIONAL_LIB_DIRS += -L/usr/local/lib -L/usr/lib
+
MailerUI_BUNDLE_LIBS += \
-lNGObjWeb \
-lNGMime -lNGStreams -lNGExtensions -lEOControl \
+2004-09-10 Helge Hess <helge.hess@skyrix.com>
+
+ * UIxAppointmentPrintview.wox, UIxAppointmentView.wox: added missing
+ label prefix (v0.9.80)
+
2004-09-09 Marcus Mueller <znek@mulle-kybernetik.com>
* v0.9.79
-L$(RELBUILD_DIR_libSOGoUI) \
-L$(RELBUILD_DIR_libSOGoLogic)
+ADDITIONAL_LIB_DIRS += -L/usr/local/lib -L/usr/lib
+
SchedulerUI_BUNDLE_LIBS += \
-lNGObjWeb \
-lNGMime -lNGStreams -lNGExtensions -lEOControl \
<?xml version='1.0' standalone='yes'?>
-<var:component xmlns="http://www.w3.org/1999/xhtml"
- xmlns:var="http://www.skyrix.com/od/binding"
- xmlns:const="http://www.skyrix.com/od/constant"
- xmlns:uix="OGo:uix"
- className="UIxPrintPageFrame"
- title="title"
+<var:component
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:var="http://www.skyrix.com/od/binding"
+ xmlns:const="http://www.skyrix.com/od/constant"
+ xmlns:uix="OGo:uix"
+ xmlns:label="OGo:label"
+ className="UIxPrintPageFrame"
+ title="title"
>
<table border="1" cellspacing="0" cellpadding="5" width="100%">
<tr>
<?xml version='1.0' standalone='yes'?>
-<var:component xmlns="http://www.w3.org/1999/xhtml"
- xmlns:var="http://www.skyrix.com/od/binding"
- xmlns:const="http://www.skyrix.com/od/constant"
- xmlns:uix="OGo:uix"
- className="UIxPageFrame"
- title="name"
+<var:component
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:var="http://www.skyrix.com/od/binding"
+ xmlns:const="http://www.skyrix.com/od/constant"
+ xmlns:uix="OGo:uix"
+ xmlns:label="OGo:label"
+ className="UIxPageFrame"
+ title="name"
>
<table cellspacing="0" cellpadding="5" width="100%">
<tr>
# $Id$
-SUBMINOR_VERSION:=79
+SUBMINOR_VERSION:=80
# v0.9.70 requires libNGExtensions v4.3.107
# v0.9.67 requires SOPE 4.3
-lNGLdap \
-lSaxObjC
+ADDITIONAL_LIB_DIRS += \
+ -L/usr/local/lib -L/usr/lib