]> err.no Git - sope/commitdiff
added PCH support
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 27 Aug 2005 12:22:19 +0000 (12:22 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 27 Aug 2005 12:22:19 +0000 (12:22 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1087 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ldap/NGLdap/ChangeLog
sope-ldap/NGLdap/GNUmakefile
sope-ldap/NGLdap/README
sope-ldap/NGLdap/Version
sope-ldap/README-OSX.txt
sope-ldap/samples/GNUmakefile.preamble
sope-ldap/samples/README

index 7c9c7d8eb7fa09a0c5cbc8a002ed58c0cb3693bc..eecd02bfbc6da7677e45d89d62e6e6cfcd2fdfa9 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-27  Helge Hess  <helge.hess@opengroupware.org>
+
+       * GNUmakefile: added PCH support (v4.5.25)
+
 2005-08-16  Helge Hess  <helge.hess@opengroupware.org>
 
        * GNUmakefile, GNUmakefile.preamble: added OSX framework compilation
index c374918d5e9999c9e1993008272ab19f7b0f8d9d..73a1bb9cff3c7675d6601efcd6741d6987c32ae8 100644 (file)
@@ -12,7 +12,7 @@ else
 FRAMEWORK_NAME = NGLdap
 endif
 
-
+libNGLdap_PCH_FILE = common.h
 libNGLdap_HEADER_FILES_DIR         = .
 libNGLdap_HEADER_FILES_INSTALL_DIR = /NGLdap
 libNGLdap_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
index 3c08dded2e2b01d753583c148301b61854d6c2c2..57aade56db695312ee402c04d4bff5c08d35fff1 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 NGLdap
 ======
 
index 19b1711d726fd59cab9c427b2092cd79c8a967ab..85b2c4bcc5810a3d687630c6c613f1d621722e5b 100644 (file)
@@ -2,4 +2,4 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=5
-SUBMINOR_VERSION:=24
+SUBMINOR_VERSION:=25
index 4cf78f8b432db2c81b9f87bcdbbc4ba8bfca33be..66b794c5318e66ca04c1065d36fefab81b10d70e 100644 (file)
@@ -43,12 +43,6 @@ are. I usually build everything in a central place (i.e. /Local/BuildArea) and
 have symlinks from /Library/Frameworks to /Local/BuildArea for each of the
 products.
 
-Also the following products are expected to be in the following locations:
-*.sax -> /Library/SaxDrivers
-*.sxp -> /Library/SoProducts
-
-Either copy them to the appropriate places or symlink them (my suggestion).
-
 
 Deployment
 ----------
@@ -75,20 +69,8 @@ see the "Direct Dependencies" of all "Wrapper Contents" targets in all SOPE
 related projects. At the time of this writing the complete list for SOPE
 consisted of the following:
 
-SxXML
-  SaxObjC.framework
-  DOM.framework
-  XmlRpc.framework
-
-SxCore
-  EOControl.framework
-  NGExtensions.framework
-  NGStreams.framework
-  NGMime.framework
-  NGImap4.framework
+sope-ldap
   NGLdap.framework
-  NGMail.framework
-  NGiCal.framework
 
 
 Note: "A word on umbrellas"
index d0777389d9bd94362c30c0da43ff29dfb7eb14fa..6670de76d3648f508ca7d81540e38435698d5733 100644 (file)
@@ -2,6 +2,10 @@
 
 SOPE_ROOT=../..
 
+ldapls_PCH_FILE            = common.h
+ldap2dsml_PCH_FILE  = common.h
+ldapchkpwd_PCH_FILE = common.h
+
 ADDITIONAL_INCLUDE_DIRS += \
        -I..                                    \
        -I$(SOPE_ROOT)/sope-core/NGStreams      \
index 692d2a6d07d29305d79ef367c5146749296cb8b6..5cb78c1175c966b08620e880bc2ff41f834be314 100644 (file)
@@ -1,25 +1,8 @@
-# $Id$
-
-This directory contains sample programs for the skyrix-core libraries.
+This directory contains sample programs for the sope-ldap libraries.
 
 Tools
 =====
 
-mime2xml    - read a MIME file and output the structure as XML
-
-imapls      - list IMAP4 server directories, sample for NGImap4FileManager
-
-bmlookup    - perform resource lookups using the NGExtensions NGBundleManager
-              class
-
-fmdls       - list directories using the NGFileManager directory-datasource
-              implementation
-
-subclassing - test runtime subclassing in the Objective-C runtime 
-              (NGObjCRuntime in NGExtensions)
-
-testdirenum - test the NGDirectoryEnumerator
-
 ldapls     - an 'ls' for LDAP directories
 ldap2dsml   - return the output of an LDAP server as DSML (directory service
               markup language)