From 1dbaecf066922dcb17c032d7694b658c21d33e00 Mon Sep 17 00:00:00 2001 From: helge Date: Sat, 27 Aug 2005 12:26:30 +0000 Subject: [PATCH] added PCH support git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1090 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-ical/ChangeLog | 4 ++++ sope-ical/NGiCal/GNUmakefile | 1 + sope-ical/README-OSX.txt | 14 +------------- sope-ical/samples/GNUmakefile.preamble | 9 ++++++++- sope-ical/versitSaxDriver/GNUmakefile | 2 ++ 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/sope-ical/ChangeLog b/sope-ical/ChangeLog index 6ba3275a..a7bb9529 100644 --- a/sope-ical/ChangeLog +++ b/sope-ical/ChangeLog @@ -1,3 +1,7 @@ +2005-08-27 Helge Hess + + * added PCH support + 2004-10-22 Marcus Mueller * sope-ical.xcode: removed iCalSaxDriver project reference diff --git a/sope-ical/NGiCal/GNUmakefile b/sope-ical/NGiCal/GNUmakefile index 60105b6a..c4eeeb21 100644 --- a/sope-ical/NGiCal/GNUmakefile +++ b/sope-ical/NGiCal/GNUmakefile @@ -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) diff --git a/sope-ical/README-OSX.txt b/sope-ical/README-OSX.txt index 54530f04..de9b41cb 100644 --- a/sope-ical/README-OSX.txt +++ b/sope-ical/README-OSX.txt @@ -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 diff --git a/sope-ical/samples/GNUmakefile.preamble b/sope-ical/samples/GNUmakefile.preamble index c696de3b..ce9af8e8 100644 --- a/sope-ical/samples/GNUmakefile.preamble +++ b/sope-ical/samples/GNUmakefile.preamble @@ -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 diff --git a/sope-ical/versitSaxDriver/GNUmakefile b/sope-ical/versitSaxDriver/GNUmakefile index ece2964c..22fe099f 100644 --- a/sope-ical/versitSaxDriver/GNUmakefile +++ b/sope-ical/versitSaxDriver/GNUmakefile @@ -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 \ -- 2.39.2