From: Miro Jurisic Date: Fri, 28 Aug 1998 16:36:26 +0000 (+0000) Subject: Added CodeWarrior metaproject X-Git-Tag: krb5-1.1-beta1~558 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0fc4e37f3c48456d03652f2b98bd9a7d50ea3adf;p=krb5.git Added CodeWarrior metaproject git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10887 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 Binary files /dev/null and b/src/mac/libraries/BeforeBuild.prj differ