1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
|
Fri Feb 21 16:30:00 2003 Alexandra Ellwood <lxs@mit.edu>
* Removed Mac OS 9 files.
Fri Oct 21 18:00:00 1998 Miro Jurisic <meeroh@mit.edu>
* ReadMe: updated instructions to say we require CW Pro4
* version.r: upped to 1.1a4
Fri Oct 21 17:30:00 1998 Miro Jurisic <meeroh@mit.edu>
* Makefile.initial: added auto-detection of CodeWarrior version
* Makefile.tmpl: added CodeWarrior Pro4 files and fixed -map on krb5 68k lib
Fri Sep 8 15:50:00 1998 Miro Jurisic <meeroh@mit.edu>
* CFMGlue.c: Added check for Code Fragment Manager
Fri Aug 28 16:30:00 1998 Miro Jurisic <meeroh@mit.edu>
* Makefile.tmpl, ReadMe, Makefile.initial, RunAppleScript.pl: Added stuff to
automagically run AppleScriprs to build CW projects.
Fri Aug 28 12:00:00 1998 Miro Jurisic <meeroh@mit.edu>
* Makefile.tmpl: Removed static library targets, renamed other
targets, added debugging targets
* ReadMe: removed mentions of static libraries and kconfig
* macfile_gen.pl: renamed output variables
* version.r: upped to 1.1a3
Fri Aug 21 17:00:00 1998 Miro Jurisic <meeroh@mit.edu>
* Makefile.tmpl: Added CCache API dependencies
Wed Aug 19 18:20:00 1998 Miro Jurisic <meeroh@mit.edu>
* version.r: Upped to 1.1a1 library, 1.5a1 package
Tue Aug 18 14:30:00 1998 Miro Jurisic <meeroh@mit.edu>
* ReadMe: added information about warnings that should be ignored
Fri Aug 14 14:00:00 1998 Miro Jurisic <meeroh@mit.edu>
* Makefile.tmpl: Change -sym fullpath to -sym on -- now
MPW doesn't crash during link stage
* version.r: Upped to 1.0.5b8
Wed Aug 12 13:20:00 1998 Miro Jurisic <meeroh@mit.edu>
* version.r: Upped to 1.0.5b7
Wed Aug 12 13:20:00 1998 Miro Jurisic <meeroh@mit.edu>
* Makefile.tmpl: Change glue targets' output folders
Mon Aug 10 17:20:00 1998 Miro Jurisic <meeroh@mit.edu>
* Makefile.tmpl: Fixed glue targets' dependencies
Mon Aug 10 13:15:00 1998 Miro Jurisic <meeroh@mit.edu>
* version.r: Upped to 1.0.5b6
Mon Aug 10 13:15:00 1998 Miro Jurisic <meeroh@mit.edu>
* Makefile.tmpl: Added glue files to snapshot list
Mon Aug 10 13:05:00 1998 Miro Jurisic <meeroh@mit.edu>
* Makefile.tmpl: Changed location of glue generation output
Mon Aug 10 13:05:00 1998 Miro Jurisic <meeroh@mit.edu>
* ReadMe: Changed instructions to refer to 68K glue
Mon Aug 10 12:58:00 1998 Miro Jurisic <meeroh@mit.edu>
* Makefile.tmpl: Added glue files to clean targets
Mon Aug 10 12:30:00 1998 Miro Jurisic <meeroh@mit.edu>
* Added sources for classic 68K glue for GSSAPI and krb5 libraries
Tue Jul 7 17:00:00 1998 Miro Jurisic <meeroh@mit.edu>
* Makefile: separated krb5 and GSS libraries; also commented out MIT-specific targets,
since we want to distribute one version that checks for MITAthenaLib to determine whether
to use TestTrack
* Added export file for krb5 library; updated export file for GSS library
* Separated initialization code and put it in K5.CFM.c and GSS.CFM.c
* Upped version to 1.0.5b1
Thu Jul 2 17:40:52 1998 Theodore Y. Ts'o <tytso@mit.edu>
* GSSLibrary.exp, GSSLibrary.SAP.exp: Add new GSSAPI functions.
Also comment out __terminate and __initialize functions.
* version.r: Update Mac resource file to say 1.0.4b1
Wed Jul 1 17:56:04 1998 Theodore Y. Ts'o <tytso@mit.edu>
* Makefile.tmpl: Commit sarac's changes which make the Mac
dependencies more sane.
Tue Oct 14 12:39:37 1997 Marshall Vale <mjv@mit.edu> (Added 7/1/98)
* Makefile.tmpl: Added -init and -term linker args to the
shared libraries for CWPro 1. Earlier versions did not
require it.
* Makefile.tmpl: Added -weaklink of TestTrackLib for SAP
version serving compatibility.
Wed Sep 24 12:10:29 1997 Marshall Vale <mjv@mit.edu> (Added 7/1/98)
* Makefile.tmpl (GSSRTLCFM68K & GSSRTLCFMPPC): Changed from
ANSI to MSL runtime libraries.
Mon Mar 17 15:03:36 1997 Theodore Y. Ts'o <tytso@mit.edu>
* Makefile.tmpl (GSSRTLCFMPPC): Add double quotes to prevent Mac
filenames with spaces from losing.
Fri Nov 22 07:54:57 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.tmpl: Use '%' in Makefiles where you really want a '/'
character in the mpw Makefile. (Translation in
src/Makefile.in)
* version.r: Fix typos, and set version resource for 1.0 release.
Fri Nov 8 17:44:10 1996 Theodore Y. Ts'o <tytso@mit.edu>
* Makefile.tmpl: Add in version resource
* version.r: New file, containing the version resource.
Tue Oct 29 22:48:23 1996 Theodore Y. Ts'o <tytso@mit.edu>
* Makefile.tmpl (SRCS-SAP): Added support for building 68K CFM
shared libraries.
Fri Jun 21 11:29:40 1996 Theodore Y. Ts'o <tytso@mit.edu>
* macfiles.sh: Call macfiles.sh explicitly using /bin/sh, so that
it works even if the script doesn't have execute
permission set.
Tue Apr 30 15:04:29 1996 Theodore Y. Ts'o <tytso@mit.edu>
* Makefile.tmpl: Added compile/link lines to build a PowerPC CFM
shared libraries.
Sat Mar 30 22:45:56 1996 Theodore Y. Ts'o <tytso@dcl>
* macfiles.sh: Add the C files which were used in the MACSRCS
definition, as well as the SRCS definition.
* Makefile.tmpl (KH): Add KerberosHeaders.h to the dependencies
for the precompiled header.
Wed Mar 27 18:53:04 1996 Theodore Y. Ts'o <tytso@dcl>
* Makefile.tmpl (link): Don't use "-model far" when linking on the
Power PC. It has no meaning.
Wed Mar 20 00:16:45 1996 Theodore Y. Ts'o <tytso@dcl>
* macfiles.sh: Improved matching of the SRCS declaration. It must
not be commented out; it must start on the first column of
the line.
* Makefile.tmpl (KH): Fix typos in Dan's original template.
Wed Feb 7 00:26:08 1996 Theodore Y. Ts'o <tytso@dcl>
* Makefile.tmpl, macfiles.sh: New files, for danw's changes to
allow building Makefiles for the Macintosh. We now can
build MPW makefiles which are interpreted by CodeWarrior.
|