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