mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Monotone-Parent: 313980aa8a7bbf7586c456be24b950cc400a88f1
Monotone-Revision: 60cdea034d12ae4d4566e2d0ba49d506bff79ef2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-14T17:26:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-05-14 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoObject.m: fail to build if libFoundation is
|
||||
being used.
|
||||
|
||||
2007-05-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Common/UIxObjectActions.m ([UIxObjectActions
|
||||
|
||||
@@ -19,6 +19,11 @@
|
||||
02111-1307, USA.
|
||||
*/
|
||||
|
||||
#if LIB_FOUNDATION_LIBRARY
|
||||
#error SOGo won't work properly with libFoundation. Please use gnustep-base \
|
||||
instead.
|
||||
#endif
|
||||
|
||||
#import <NGObjWeb/WEClientCapabilities.h>
|
||||
#import <NGObjWeb/SoObject+SoDAV.h>
|
||||
#import <NGObjWeb/WOContext.h>
|
||||
|
||||
Reference in New Issue
Block a user