include $(GNUSTEP_MAKEFILES)/common.make
+ZIDESTORE=$(GNUSTEP_USER_ROOT)/Headers/ZideStore12
+
+
BUNDLE_NAME = CommonUI
BUNDLE_EXTENSION = .zsp
BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/ZideStore12
+LIBRARY_NAME = libZideStoreCommonUI
+
+
+libZideStoreCommonUI_HEADER_FILES_DIR = .
+libZideStoreCommonUI_HEADER_FILES_INSTALL_DIR = $(ZIDESTORE)/Common
+
+libZideStoreCommonUI_HEADER_FILES = \
+ OGoComponent.h \
+
+libZideStoreCommonUI_OBJC_FILES = \
+ OGoComponent.m \
+
+
CommonUI_PRINCIPAL_CLASS = CommonUIProduct
CommonUI_OBJC_FILES = \
CommonUIProduct.m \
- OGoComponent.m \
OGoPageFrame.m \
OGoAppFrame.m \
OGoAppHeader.m \
UIxTabItem.m \
-CommonUI_HEADER_FILES = \
- OGoComponent.h \
-
-
CommonUI_RESOURCE_FILES += \
Version \
product.plist \
images/corner_right.gif\
images/closewindow.gif
-ZIDESTORE=$(GNUSTEP_USER_ROOT)/Headers/ZideStore12
-
ADDITIONAL_INCLUDE_DIRS += \
-I. \
-I$(ZIDESTORE)/Frontend -I$(ZIDESTORE)/Backend -I$(ZIDESTORE)
+
# make
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
+include $(GNUSTEP_MAKEFILES)/library.make
-include GNUmakefile.postamble
# $Id$
+ifneq ($(GNUSTEP_BUILD_DIR),)
+ RELBUILD_DIR_libZideStoreCommonUI=$(GNUSTEP_BUILD_DIR)/libZideStoreCommonUI
+else
+ RELBUILD_DIR_libZideStoreCommonUI=.
+endif
+
+CommonUI_LIB_DIRS += -L$(RELBUILD_DIR_libZideStoreCommonUI)
+
CommonUI_BUNDLE_LIBS += \
-lNGObjWeb -lNGScripting \
-lNGMime -lNGStreams -lNGExtensions -lEOControl \
- -lXmlRpc -lDOM -lSaxObjC
+ -lXmlRpc -lDOM -lSaxObjC -lZideStoreCommonUI
}
.weekoverview_title {
- color: #000000;
+ font-size: 8pt;
+ font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
+ letter-spacing: 0pt;
+ color: #ff0000;
background-color: #d2d2cc;
}
ADDITIONAL_INCLUDE_DIRS += \
-I. \
- -I$(ZIDESTORE)/Frontend -I$(ZIDESTORE)/Backend -I$(ZIDESTORE)
+ -I.. \
+ -I$(ZIDESTORE)/Frontend -I$(ZIDESTORE)/Backend \
+ -I$(ZIDESTORE) -I$(ZIDESTORE)/Common
# make
# $Id$
+ifneq ($(GNUSTEP_BUILD_DIR),)
+ RELBUILD_DIR_libZideStoreCommonUI=$(GNUSTEP_BUILD_DIR)/libZideStoreCommonUI
+else
+ RELBUILD_DIR_libZideStoreCommonUI=../Common
+endif
+
+SchedulerUI_LIB_DIRS += -L$(RELBUILD_DIR_libZideStoreCommonUI)
+
SchedulerUI_BUNDLE_LIBS += \
-lNGObjWeb -lNGScripting \
-lNGMime -lNGStreams -lNGExtensions -lEOControl \
- -lXmlRpc -lDOM -lSaxObjC
+ -lXmlRpc -lDOM -lSaxObjC -lZideStoreCommonUI
// $Id$
-#include <CommonUI/OGoComponent.h>
+#include <Common/OGoComponent.h>
#include <NGObjWeb/NGObjWeb.h>
#include <NGExtensions/NGExtensions.h>
#ifndef __ZideStoreUI_OGoCalView_H__
#define __ZideStoreUI_OGoCalView_H__
-#include <CommonUI/OGoComponent.h>
+#include <Common/OGoComponent.h>
@class NSArray, NSCalendarDate;
@class SxAptManager, SxAptSetIdentifier;
return [uri substringFromIndex:(r.location + 1)];
}
-- (NSString *)dateNavigationURLWithNewStartDate:(NSCalendarDate *)_newDate {
-#warning !! REMOVE ME!!
- return [NSString stringWithFormat:@"%@?startDate=%@",
- [self ownMethodName],
- [self dateStringForDate:_newDate]];
-}
/* backend */