]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@103 d1b88da0-ebda-0310-925b-ed51d...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 30 Jun 2004 09:24:03 +0000 (09:24 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 30 Jun 2004 09:24:03 +0000 (09:24 +0000)
SOGo/UI/Common/ChangeLog [new file with mode: 0644]
SOGo/UI/Common/GNUmakefile
SOGo/UI/Common/product.plist

diff --git a/SOGo/UI/Common/ChangeLog b/SOGo/UI/Common/ChangeLog
new file mode 100644 (file)
index 0000000..e44beab
--- /dev/null
@@ -0,0 +1,8 @@
+2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
+
+       * product.plist: make categories on SOGoObject instead of SxFolder
+
+       * GNUmakefile: patches for different build/runtime environment
+
+       * created ChangeLog
+
index 0fda272fc23945188625417bf1c7281e706e80f0..3b50ba21aa6b7064b93e7330a221f8b9a7e6ffae 100644 (file)
@@ -2,23 +2,20 @@
 
 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
+BUNDLE_EXTENSION   = .SOGo
+BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo
 
-LIBRARY_NAME = libZideStoreCommonUI
+LIBRARY_NAME = libSOGoUI
 
 
-libZideStoreCommonUI_HEADER_FILES_DIR         = .
-libZideStoreCommonUI_HEADER_FILES_INSTALL_DIR = $(ZIDESTORE)/Common
+libSOGoUI_HEADER_FILES_DIR         = .
+libSOGoUI_HEADER_FILES_INSTALL_DIR = /SOGoUI
 
-libZideStoreCommonUI_HEADER_FILES += \
+libSOGoUI_HEADER_FILES += \
        UIxComponent.h \
 
-libZideStoreCommonUI_OBJC_FILES += \
+libSOGoUI_OBJC_FILES += \
        UIxComponent.m \
 
 
@@ -69,11 +66,6 @@ CommonUI_RESOURCE_FILES += \
        images/corner_right.gif\
        images/closewindow.gif
 
-ADDITIONAL_INCLUDE_DIRS += \
-       -I. \
-       -I$(ZIDESTORE)/Frontend -I$(ZIDESTORE)/Backend -I$(ZIDESTORE)
-
-
 # make
 
 -include GNUmakefile.preamble
index 1636c4209e399a87b3f53baf4520e97639afaefe..a5f5a45466da6cb3565c6d39ee6c499bf5b12921 100644 (file)
@@ -27,7 +27,7 @@
   };
 
   categories = {
-    SxFolder = {
+    SOGoObject = {
       methods = {
         "app" = { 
           protectedBy = "View";