]> err.no Git - sope/commitdiff
fixed PostgreSQL72 for SOPE 3.3
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 20 Aug 2004 22:12:59 +0000 (22:12 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 20 Aug 2004 22:12:59 +0000 (22:12 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@19 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-gdl1/PostgreSQL72/ChangeLog
sope-gdl1/PostgreSQL72/GNUmakefile.preamble
sope-gdl1/PostgreSQL72/NSString+PGVal.m
sope-gdl1/PostgreSQL72/PostgreSQL72Expression.m
sope-gdl1/PostgreSQL72/Version
sope-gdl1/PostgreSQL72/common.h

index f4488afee9e9ad46ecd18243787dd7d9447c59f0..ebe74ef035060ab2c0a3f0ed16f9a61805afbf3c 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-21  Helge Hess  <helge.hess@opengroupware.org>
+
+       * fixed for SOPE 3.3 directory layout (v1.0.34)
+
 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
 
        * moved from ThirdParty to SOPE/sope-gdl1 (v1.0.33)
index 6607d48ea2d7e22aa4eef75e6d6288e407cc02c5..b38a04cf632741f237e65718219f1b415a52b05b 100644 (file)
@@ -38,24 +38,27 @@ ADDITIONAL_INCLUDE_DIRS += \
        -I$(PGSQL)/include/pgsql        \
        -I$(PGSQL)/include              \
        -I.. -I../..                    \
-       -I../../../SOPE/skyrix-core/    \
+       -I../../sope-core/
+
+ADDITIONAL_INCLUDE_DIRS += \
        -I/usr/local/include/pgsql      \
        -I/usr/local/include            \
        -I/usr/local/pgsql/include      \
        -I/usr/include/pgsql            \
         -I/usr/include/postgresql       \
        -I/usr/include                  \
-       -I/Library/PostgreSQL/include/  \
+       -I/Library/PostgreSQL/include/
 
 ADDITIONAL_LIB_DIRS += \
        -L../GDLAccess/$(GNUSTEP_OBJ_DIR)\
+       -L../../sope-core/EOControl/$(GNUSTEP_OBJ_DIR)
+
+ADDITIONAL_LIB_DIRS += \
        -L$(PGSQL)/lib                  \
        -L/usr/local/lib                \
        -L/usr/local/pgsql/lib/         \
        -L/usr/lib
 
 ifeq ($(FOUNDATION_LIB),apple)
-
 PostgreSQL72_BUNDLE_LIBS += -lssl -lcrypto
-
 endif
index 28839990b3b1608fc761bffeb696cbac598a46ab..759780785526f6956a3b88988a86b9070505de97 100644 (file)
@@ -1,8 +1,6 @@
 // $Id: NSString+PGVal.m 1 2004-08-20 10:38:46Z znek $
 
-#import <Foundation/NSString.h>
 #include "PostgreSQL72Channel.h"
-#include <NGExtensions/NSString+Ext.h>
 #include "common.h"
 
 @implementation NSString(PostgreSQL72Values)
index 9eade07f67cd9648e6602c4b31308938de400432..7cbc6ee5372025cc6d534449bf7f6025a4987f61 100644 (file)
@@ -24,9 +24,8 @@
 */
 // $Id: PostgreSQL72Expression.m 1 2004-08-20 10:38:46Z znek $
 
-#include <Foundation/Foundation.h>
-#include <GDLAccess/EOAccess.h>
 #include "PostgreSQL72Expression.h"
+#include "common.h"
 
 @implementation PostgreSQL72Expression
 
@@ -34,7 +33,7 @@
   return [PostgreSQL72SelectSQLExpression class];
 }
 
-@end
+@end /* PostgreSQL72Expression */
 
 @implementation PostgreSQL72SelectSQLExpression
 
index 2544f203c4a6e1ede870f1bf1aeb6a044c712a66..188c9170e4e1cdad2aed4ccdf01460bcb162079d 100644 (file)
@@ -1,3 +1,3 @@
 # $Id: Version 1 2004-08-20 10:38:46Z znek $
 
-SUBMINOR_VERSION:=33
+SUBMINOR_VERSION:=34
index 0b8abb07d9527fcd01de2e097df737ff1c46d6c7..0d3c6d95cceacc6c34523b31a7fced90b274b83c 100644 (file)
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: common.h 1 2004-08-20 10:38:46Z znek $
 
 #ifndef ___PostgreSQL_common_H___
 #define ___PostgreSQL_common_H___
 
 #import <objc/objc-api.h>
 
-#if LIB_FOUNDATION_BOEHM_GC
-#  include <objc/gc.h>
-#  include <objc/gc_typed.h>
-#  include <extensions/GarbageCollector.h>
-#endif
-
 #include <string.h>
 #include <strings.h>
 #include <stdlib.h>
@@ -48,6 +41,6 @@
 #  include <NGExtensions/NGObjectMacros.h>
 #endif
 
-#import <GDLAccess/EOAccess.h>
+#import <GDLAccess/GDLAccess.h>
 
 #endif /* ___PostgreSQL_common_H___ */