summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiro Jurisic <meeroh@mit.edu>1998-08-28 16:36:26 +0000
committerMiro Jurisic <meeroh@mit.edu>1998-08-28 16:36:26 +0000
commit0fc4e37f3c48456d03652f2b98bd9a7d50ea3adf (patch)
tree7435907e9f425fac9ae98d2972eaa83f5997e87d
parent8f3cd2cba6a00c9872e3029972c845b97cbd89cb (diff)
downloadkrb5-0fc4e37f3c48456d03652f2b98bd9a7d50ea3adf.tar.gz
krb5-0fc4e37f3c48456d03652f2b98bd9a7d50ea3adf.tar.xz
krb5-0fc4e37f3c48456d03652f2b98bd9a7d50ea3adf.zip
Added CodeWarrior metaproject
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10887 dc483132-0cff-0310-8789-dd5450dbe970
-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