summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mac/Makefile.tmpl3
-rw-r--r--src/mac/ReadMe8
-rw-r--r--src/mac/libraries/BeforeBuild.prjbin0 -> 16919 bytes
3 files changed, 4 insertions, 7 deletions
diff --git a/src/mac/Makefile.tmpl b/src/mac/Makefile.tmpl
index f961bcc4c..4cbc4bd4a 100644
--- a/src/mac/Makefile.tmpl
+++ b/src/mac/Makefile.tmpl
@@ -543,7 +543,7 @@ dist-clean : clean
mac-files = `perl "/mac/macfile_gen.pl" maclist`
mac-folders = `perl "/mac/macfile_gen.pl" macdirs`
-all-mac-files = {mac-files} {glue-input} {autogeneration-sources} /Makefile.in /patchlevel.h \
+all-mac-files = {mac-files} {classic-glue-input} {autogeneration-sources} /Makefile.in /patchlevel.h \
/util/et/et_h.perl /util/et/et_c.perl \
/mac/GSS.CFM.c \
/mac/GSSLibrary.exp \
@@ -560,6 +560,7 @@ all-mac-files = {mac-files} {glue-input} {autogeneration-sources} /Makefile.in /
/mac/libraries/KerberosHeaders.h \
/mac/libraries/KerberosHeaders.pch \
/mac/libraries/KerberosHeadersCFM.pch \
+ "/mac/libraries/BeforeBuild.prj" \
"/mac/libraries/Metrowerks/CW Pro 2/MIT C.CFM68K DLL.prj" \
"/mac/libraries/Metrowerks/CW Pro 2/MIT C.PPC DLL.prj" \
"/mac/libraries/Metrowerks/CW Pro 2/MIT RuntimeCFM68K DLL.prj" \
diff --git a/src/mac/ReadMe b/src/mac/ReadMe
index 5ac70a0c7..04ee3ab32 100644
--- a/src/mac/ReadMe
+++ b/src/mac/ReadMe
@@ -35,12 +35,8 @@ To build the Macintosh version of Kerberos 5 and GSS:
7) Build target "create-directories" in MPW.
- 8) Open the projects in "[krb5 src]:mac:libraries:Metrowerks:CW Pro 2:"
- in your CW Pro 2 IDE (the projects will not work correctly with CW Pro 3),
- and build them.
-
- IMPORTANT: You must build the Runtime libraries *before* building
- the C libraries.
+ 8) Open the project "[krb5 src]:mac:libraries:BeforeBuild.prj"
+ in your CW Pro 2 IDE and build it.
You will see some link warnings. These are normal and can be ignored.
diff --git a/src/mac/libraries/BeforeBuild.prj b/src/mac/libraries/BeforeBuild.prj
new file mode 100644
index 000000000..016ce3630
--- /dev/null
+++ b/src/mac/libraries/BeforeBuild.prj
Binary files differ