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

sope-ical/ChangeLog
sope-ical/NGiCal/GNUmakefile
sope-ical/README-OSX.txt
sope-ical/samples/GNUmakefile.preamble
sope-ical/versitSaxDriver/GNUmakefile

index 6ba3275acbbc4980276911f5dde74194daa3c002..a7bb952937d249551d6a99d823953a33568552ac 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-27  Helge Hess  <helge.hess@opengroupware.org>
+
+       * added PCH support
+
 2004-10-22  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * sope-ical.xcode: removed iCalSaxDriver project reference
index 60105b6a020f53714babd1cb9fcfd0a43d5b7669..c4eeeb2166f74817ba4412deb368e6fc67dcff8c 100644 (file)
@@ -11,6 +11,7 @@ FRAMEWORK_NAME = NGiCal
 endif
 
 
+libNGiCal_PCH_FILE = common.h
 libNGiCal_HEADER_FILES_DIR         = .
 libNGiCal_HEADER_FILES_INSTALL_DIR = /NGiCal
 libNGiCal_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
index 54530f041f56cd1f5999eb9cd70a42375a9233e8..de9b41cb0e5ca4104d57963a5a9719270e4633b3 100644 (file)
@@ -75,19 +75,7 @@ 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
-  NGLdap.framework
-  NGMail.framework
+sope-ical
   NGiCal.framework
 
 
index c696de3bb52ffa09ecf6d7e6c4f9da06ff10f6d1..ce9af8e826f8333c92ab3289c17905a346aa0b03 100644 (file)
@@ -10,9 +10,16 @@ ADDITIONAL_INCLUDE_DIRS += \
        -I$(SOPE_CORE)/NGExtensions     \
 
 
-# dependencies
+# PCH
+
+icalparsetest_PCH_FILE = common.h
+icalds_PCH_FILE        = common.h
+vcf2xml_PCH_FILE       = common.h
+vcfparsetest_PCH_FILE  = common.h
 
 
+# dependencies
+
 ifneq ($(frameworks),yes)
 icalparsetest_TOOL_LIBS += -lNGiCal
 icalds_TOOL_LIBS        += -lNGiCal
index ece2964c2b0d7d6a8ae952da75a08d830d6d55ac..22fe099faaf191bfa86ab28a30a3f009a1144fcb 100644 (file)
@@ -9,6 +9,8 @@ BUNDLE_NAME        = versitSaxDriver
 BUNDLE_EXTENSION   = .sax
 BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-$(MAJOR_VERSION).$(MINOR_VERSION)/
 
+versitSaxDriver_PCH_FILE = common.h
+
 versitSaxDriver_OBJC_FILES =   \
        VSSaxDriver.m           \
        VSiCalSaxDriver.m       \