Added CodeWarrior metaproject
authorMiro Jurisic <meeroh@mit.edu>
Fri, 28 Aug 1998 16:36:26 +0000 (16:36 +0000)
committerMiro Jurisic <meeroh@mit.edu>
Fri, 28 Aug 1998 16:36:26 +0000 (16:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10887 dc483132-0cff-0310-8789-dd5450dbe970

src/mac/Makefile.tmpl
src/mac/ReadMe
src/mac/libraries/BeforeBuild.prj [new file with mode: 0644]

index f961bcc4c13b1034b3819f761c0d46937ab0d9a7..4cbc4bd4a1f4ff12834b178bdcfc2a3f7c54571b 100644 (file)
@@ -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" \
index 5ac70a0c703ee214143504a8652f845a8a41a04e..04ee3ab32c4ef094cb0855f5f17ca97c9b1f976c 100644 (file)
@@ -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 (file)
index 0000000..016ce36
Binary files /dev/null and b/src/mac/libraries/BeforeBuild.prj differ