2004-10-11 Helge Hess <helge.hess@opengroupware.org>
-
+
+ * SoObjects/SoPageInvocation.h: fixed header file (install include and
+ compile include differ :-|) (v4.3.60)
+
* v4.3.59
* SoObjects/SoProductClassInfo.m: added support for action invocations
-# $Id: GNUmakefile.preamble 25 2004-08-20 23:01:07Z helge $
+# compilation settings
ADDITIONAL_CPPFLAGS += \
-Wall -DCOMPILE_FOR_GSTEP_MAKE=1 \
-# $Id$
+# compilation settings
ADDITIONAL_INCLUDE_DIRS += -I../WebDAV/
+
+ADDITIONAL_CPPFLAGS += -DCOMPILING_NGOBJWEB=1
#ifndef __SoObjects_SoPageInvocation_H__
#define __SoObjects_SoPageInvocation_H__
-#include <SoObjects/SoActionInvocation.h>
+#if COMPILING_NGOBJWEB
+# include <SoObjects/SoActionInvocation.h>
+#else
+# include <NGObjWeb/SoActionInvocation.h>
+#endif
/*
An invocation object for WOComponent based SoClass methods.
# version file
-SUBMINOR_VERSION:=59
+SUBMINOR_VERSION:=60
# v4.3.42 requires libNGExtensions v4.3.116
# v4.3.40 requires libNGExtensions v4.3.115