+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)
-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
// $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)
*/
// $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
return [PostgreSQL72SelectSQLExpression class];
}
-@end
+@end /* PostgreSQL72Expression */
@implementation PostgreSQL72SelectSQLExpression
# $Id: Version 1 2004-08-20 10:38:46Z znek $
-SUBMINOR_VERSION:=33
+SUBMINOR_VERSION:=34
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>
# include <NGExtensions/NGObjectMacros.h>
#endif
-#import <GDLAccess/EOAccess.h>
+#import <GDLAccess/GDLAccess.h>
#endif /* ___PostgreSQL_common_H___ */