+2004-09-01 Helge Hess <helge.hess@skyrix.com>
+
+ * WOCoreApplication.m: search for libNGObjWeb resources in
+ Library/Libraries for compatibility with gstep-make 1.9.2 (Note:
+ this version does _not_ work with the old gstep-make fork anymore!)
+ (v4.3.22)
+
2004-09-01 Helge Hess <helge.hess@opengroupware.org>
* fhs.make (move-headers-to-fhs): moved NGHttp headers to FHS root
2004-08-31 Helge Hess <helge.hess@skyrix.com>
* GNUmakefile.preamble: fixed sope-mime library location for gstep-make
- 1.9.2 (v.4.3.20)
+ 1.9.2 (v4.3.20)
2004-08-29 Marcus Mueller <znek@mulle-kybernetik.com>
# version file
-SUBMINOR_VERSION:=21
+SUBMINOR_VERSION:=22
# v4.2.413 requires libSaxObjC v4.2.33
# v4.2.341 requires libNGExtensions v4.2.77
TODO: the following is a dirty hack because GNUstep people decided
to change the directory structure. SIGH!
*/
-#if APPLE_FOUNDATION_LIBRARY || NeXT_Foundation_LIBRARY || GNUSTEP_BASE_LIBRARY
relPath = @"Library/Libraries";
-#else
- relPath = @"Libraries";
-#endif
relPath = [relPath stringByAppendingPathComponent:@"Resources"];
relPath = [relPath stringByAppendingPathComponent:@"NGObjWeb"];
resource = [rp stringByAppendingPathComponent:_name];
if (debugResourceLookup)
[self logWithFormat:@" check in Resources-flat: %@", resource];
- if (_pathExists(self, fm, resource))
+ if (_pathExists(self, fm, resource)) {
+ if (debugResourceLookup)
+ [self logWithFormat:@" found => %@", resource];
return resource;
+ }
}
/* and last check in the application directory */
/*
- Copyright (C) 2000-2003 SKYRIX Software AG
+ Copyright (C) 2000-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the