]> err.no Git - sope/blob - sope-core/ChangeLog
fixed xcode dependencies
[sope] / sope-core / ChangeLog
1 2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * sope-core.xcode: Fixed dependencies to resemble the make process
4           more closely. Our aim should be to stick to the make process
5           as closely as possible, so we shouldn't introduce dependencies in
6           non-toplevel projects.
7
8 2004-08-29  Marcus Mueller  <znek@mulle-kybernetik.com>
9
10         * sope-core.xcode: fixed file encodings
11
12         * SxCore*: removed old Xcode and related files
13
14 2004-08-23  Marcus Mueller  <znek@mulle-kybernetik.com>
15
16         * added new sope-core.xcode
17
18 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
19
20         * common.make: updated for new SOPE 4.3 hierarchy
21
22         * updated Version to 4.3
23
24 2004-08-16  Marcus Mueller  <znek@mulle-kybernetik.com>
25
26         * SxCore.xcode: added NGCalendarDateRange.[hm]
27
28 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
29
30         * SxCore.xcode: fixed incorrect framework search paths.
31
32 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
33
34         * README-OSX.txt: Major overhaul for build description, especially the
35           Xcode section.
36
37 2004-07-16  Marcus Mueller  <znek@mulle-kybernetik.com>
38
39         * SxCore.xcode: added 'Wrapper' build style and 'Wrapper Contents'
40           target. Use these to build the frameworks in an appropriate form to
41           have them embedded in an applications app wrapper's 'Frameworks'
42           folder.
43
44         * SxCore.xcode: LDAP related targets link against new LDAP system
45           framework now.
46
47 2004-06-11  Marcus Mueller  <znek@mulle-kybernetik.com>
48
49         * SxCore.xcode: removed NGCString from NGExtensions (deprecated)
50
51 2004-06-09  Helge Hess  <helge.hess@opengroupware.org>
52
53         * common.make: removed local ADDITIONAL_LIB_DIRS since those might not
54           yet be available during compilation, which in turn prints warnings
55           with Apple gcc
56
57 2004-05-09  Helge Hess  <helge.hess@opengroupware.org>
58
59         * SxCore.xcode: added subclassing test tool
60
61 2004-03-24  Marcus Mueller  <znek@mulle-kybernetik.com>
62
63         * SxCore.xcode: added NSString+German.[hm] in NGExtensions.
64           Also, added -headerpad_max_install_names link option where
65           appropriate.
66
67 2004-03-15  Helge Hess  <helge.hess@opengroupware.org>
68
69         * SxCore.xcode: added new plist categories in NGExtensions to Xcode
70           project
71
72 2004-03-08  Helge Hess  <helge.hess@opengroupware.org>
73
74         * SxCore.xcode: added new source files in EOControl to Xcode project
75
76         * README-OSX.txt: added some build notes
77
78 2004-02-10  Marcus Mueller  <znek@mulle-kybernetik.com>
79
80         * SxCore.xcode: Updated prebinding information according to
81           README-OSX.txt. Also, added Foundation.framework explicitly
82           to all subprojects.
83
84         * README-OSX.txt: New README currently describing prebinding
85           information for Mac OS X.
86
87         * ChangeLog: created.