aboutsummaryrefslogtreecommitdiff
path: root/src/mac/ChangeLog
blob: b3be53fc8f8a8ad312db0511e8f02775ac8a1b05 (plain)
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
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.