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

sope-gdl1/GDLAccess/GNUmakefile
sope-gdl1/GDLContentStore/GNUmakefile
sope-gdl1/MySQL/GNUmakefile
sope-gdl1/PostgreSQL/GNUmakefile
sope-gdl1/SQLite3/GNUmakefile

index eeb778f03fab99f8effda1e8791553de2c964d47..ef9c1fa03008de1f1d0771f1ac8a19fb400a0ef2 100644 (file)
@@ -13,7 +13,7 @@ else
 FRAMEWORK_NAME = GDLAccess
 endif
 
-
+libGDLAccess_PCH_FILE = common.h
 libGDLAccess_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
 libGDLAccess_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
 
@@ -121,6 +121,8 @@ TOOL_NAME = load-EOAdaptor connect-EOAdaptor
 
 load-EOAdaptor_OBJC_FILES    = load-EOAdaptor.m
 connect-EOAdaptor_OBJC_FILES = connect-EOAdaptor.m
+load-EOAdaptor_PCH_FILE      = common.h
+connect-EOAdaptor_PCH_FILE   = common.h
 
 
 # framework support
index 1f1deb7ff72928cd05ffcd9445da8a8000791562..fb3d65265af0e29779b0e0e75721ac45f2bdec24 100644 (file)
@@ -13,6 +13,7 @@ else
 FRAMEWORK_NAME = GDLContentStore
 endif
 
+libGDLContentStore_PCH_FILE = common.h
 libGDLContentStore_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
 libGDLContentStore_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
 
index 2ae5c04fd2a0a68e12b4375890957f595fed11cf..570c8d4141d6db15a89033c4d691482b37b45256 100644 (file)
@@ -29,6 +29,8 @@ include ./Version
 
 BUNDLE_NAME = MySQL
 
+MySQL_PCH_FILE = common.h
+
 MySQL_OBJC_FILES = \
        MySQL4Expression.m              \
        MySQL4Adaptor.m                 \
index 9d502dea858ee37817ef244e2a2dfbd6711ab791..3ab9490be63532dfe26113eadca7fbbcee07db58 100644 (file)
@@ -29,6 +29,8 @@ include ./Version
 
 BUNDLE_NAME = PostgreSQL
 
+PostgreSQL_PCH_FILE = common.h
+
 PostgreSQL_OBJC_FILES = \
        PGConnection.m                  \
        PostgreSQL72Expression.m        \
index e723c0f17e619154e607ec701521bb15492cd06e..6af3c03fc9c49bf032a7365a93ac469491769bad 100644 (file)
@@ -29,6 +29,8 @@ include ./Version
 
 BUNDLE_NAME = SQLite3
 
+SQLite3_PCH_FILE = common.h
+
 SQLite3_OBJC_FILES = \
        SQLiteExpression.m              \
        SQLiteAdaptor.m                 \