From ce4e9f5f2d7d29e0832478b46df00d73d22044ac Mon Sep 17 00:00:00 2001 From: znek Date: Mon, 7 Mar 2005 20:40:39 +0000 Subject: [PATCH] fixed Xcode build, bumped dyld versions git-svn-id: http://svn.opengroupware.org/SOPE/trunk@633 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-appserver/NGObjWeb/ChangeLog | 5 +++++ sope-appserver/NGObjWeb/DynamicElements/common.h | 5 +++-- sope-appserver/NGObjWeb/NGHttp/NGHttp.xcode/project.pbxproj | 2 +- sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj | 2 +- .../NGObjWeb/SoObjects/SoObjects.xcode/project.pbxproj | 2 +- sope-appserver/NGObjWeb/Version | 2 +- sope-appserver/NGObjWeb/WebDAV/WebDAV.xcode/project.pbxproj | 2 +- .../WEExtensions/WEExtensions.xcode/project.pbxproj | 2 +- 8 files changed, 14 insertions(+), 8 deletions(-) diff --git a/sope-appserver/NGObjWeb/ChangeLog b/sope-appserver/NGObjWeb/ChangeLog index a3480ffe..b467011f 100644 --- a/sope-appserver/NGObjWeb/ChangeLog +++ b/sope-appserver/NGObjWeb/ChangeLog @@ -1,3 +1,8 @@ +2005-03-07 Helge Hess Marcus Mueller + + * DynamicElements/common.h: added missing #include's for + Xcode build (v4.5.132) + 2005-03-07 Helge Hess * v4.5.131 diff --git a/sope-appserver/NGObjWeb/DynamicElements/common.h b/sope-appserver/NGObjWeb/DynamicElements/common.h index 03ec3435..04df2efe 100644 --- a/sope-appserver/NGObjWeb/DynamicElements/common.h +++ b/sope-appserver/NGObjWeb/DynamicElements/common.h @@ -37,9 +37,10 @@ #endif #include +#include "WOResponse+private.h" +#include "WOContext.h" -static inline void WOResponse_AddEmptyCloseParens(WOResponse *r, - WOContext *ctx) +static inline void WOResponse_AddEmptyCloseParens(WOResponse *r, WOContext *ctx) { if (ctx->wcFlags.xmlStyleEmptyElements) { WOResponse_AddCString(r, " />"); diff --git a/sope-appserver/NGObjWeb/NGHttp/NGHttp.xcode/project.pbxproj b/sope-appserver/NGObjWeb/NGHttp/NGHttp.xcode/project.pbxproj index e9437f90..3c2a0868 100644 --- a/sope-appserver/NGObjWeb/NGHttp/NGHttp.xcode/project.pbxproj +++ b/sope-appserver/NGObjWeb/NGHttp/NGHttp.xcode/project.pbxproj @@ -453,7 +453,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.121; + DYLIB_CURRENT_VERSION = 4.5.132; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; diff --git a/sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj b/sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj index 2c15950b..a3bc4809 100644 --- a/sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj +++ b/sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj @@ -1589,7 +1589,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.121; + DYLIB_CURRENT_VERSION = 4.5.132; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; diff --git a/sope-appserver/NGObjWeb/SoObjects/SoObjects.xcode/project.pbxproj b/sope-appserver/NGObjWeb/SoObjects/SoObjects.xcode/project.pbxproj index 7074a0d0..0838e695 100644 --- a/sope-appserver/NGObjWeb/SoObjects/SoObjects.xcode/project.pbxproj +++ b/sope-appserver/NGObjWeb/SoObjects/SoObjects.xcode/project.pbxproj @@ -281,7 +281,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.121; + DYLIB_CURRENT_VERSION = 4.5.132; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = NO; diff --git a/sope-appserver/NGObjWeb/Version b/sope-appserver/NGObjWeb/Version index c8be53a6..94604ec9 100644 --- a/sope-appserver/NGObjWeb/Version +++ b/sope-appserver/NGObjWeb/Version @@ -1,6 +1,6 @@ # version file -SUBMINOR_VERSION:=131 +SUBMINOR_VERSION:=132 # v4.5.122 requires libNGExtensions v4.5.153 # v4.5.91 requires libNGExtensions v4.5.134 diff --git a/sope-appserver/NGObjWeb/WebDAV/WebDAV.xcode/project.pbxproj b/sope-appserver/NGObjWeb/WebDAV/WebDAV.xcode/project.pbxproj index bf5ac5ef..c18217ad 100644 --- a/sope-appserver/NGObjWeb/WebDAV/WebDAV.xcode/project.pbxproj +++ b/sope-appserver/NGObjWeb/WebDAV/WebDAV.xcode/project.pbxproj @@ -226,7 +226,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.121; + DYLIB_CURRENT_VERSION = 4.5.132; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = NO; diff --git a/sope-appserver/WEExtensions/WEExtensions.xcode/project.pbxproj b/sope-appserver/WEExtensions/WEExtensions.xcode/project.pbxproj index d0ba24a0..3e660b93 100644 --- a/sope-appserver/WEExtensions/WEExtensions.xcode/project.pbxproj +++ b/sope-appserver/WEExtensions/WEExtensions.xcode/project.pbxproj @@ -898,7 +898,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.68; + DYLIB_CURRENT_VERSION = 4.5.69; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; -- 2.39.5