From: Miro Jurisic Date: Wed, 29 Jul 1998 20:01:03 +0000 (+0000) Subject: Added .doc files describing the custom CWP2 projects X-Git-Tag: krb5-1.1-beta1~614 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=450e932f18d5950bb73e75fd59e28a66057974ae;p=krb5.git Added .doc files describing the custom CWP2 projects git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10758 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/mac/Makefile.tmpl b/src/mac/Makefile.tmpl index 814a0452f..eb41ea2ba 100644 --- a/src/mac/Makefile.tmpl +++ b/src/mac/Makefile.tmpl @@ -56,6 +56,10 @@ MACFILES = {AUTOMACFILES} /Makefile.in /patchlevel.h \ "/mac/libraries/Metrowerks/CW Pro 2/MIT C.PPC DLL.prj" \ "/mac/libraries/Metrowerks/CW Pro 2/MIT RuntimeCFM68K DLL.prj" \ "/mac/libraries/Metrowerks/CW Pro 2/MIT RuntimePPC DLL.prj" \ + "/mac/libraries/Metrowerks/CW Pro 2/MIT C.CFM68K DLL.doc" \ + "/mac/libraries/Metrowerks/CW Pro 2/MIT C.PPC DLL.doc" \ + "/mac/libraries/Metrowerks/CW Pro 2/MIT RuntimeCFM68K DLL.doc" \ + "/mac/libraries/Metrowerks/CW Pro 2/MIT RuntimePPC DLL.doc" \ /mac/TestTrack/ChangeLog \ /mac/TestTrack/GSSforSAP.r \ /mac/TestTrack/MITAthenaLib \ diff --git a/src/mac/libraries/Metrowerks/CW Pro 2/MIT C.CFM68K DLL.doc b/src/mac/libraries/Metrowerks/CW Pro 2/MIT C.CFM68K DLL.doc new file mode 100644 index 000000000..95040d6f8 --- /dev/null +++ b/src/mac/libraries/Metrowerks/CW Pro 2/MIT C.CFM68K DLL.doc @@ -0,0 +1,31 @@ +Changes between CodeWarrior Pro 2 and MITAthena MSL project: + + - ÒMSL C.CFM68K DLL.mcpÓ renamed to ÒMIT C.CFM68K DLL.prjÓ + - This document added to the project + - ÒMSL MWRuntimeLibCFM68KÓ removed from the project + - Changed settings in ÒMSL C.CFM68K DLLÓ target + - Added ÒMIT C.CFM68K DLL.debugÓ target + +Changes to ÒMSL C.CFM68K DLLÓ target: + + - Added ÒMIT RuntimeLib.68KÓ + - Name set to ÒMIT C.CFM68K DLLÓ + - Output directory changed to Ò{Project Ä}::bin:Ó + - Added Ò{Compiler Ä}:Metrowerks Standard Library:MSL C:Ó to user paths + ¥¥¥ Important: this path must come after Ò{Project Ä}::Ó so that we can override + ¥¥¥ original MSL with our own sources + - Turned on ÒActivate BrowserÓ + - Changed output file name to ÒMIT CLib.68KÓ + - Changed output file creator to '????' + - Changed CFM68K fragment name to ÒMIT_¥MITCLibÓ + +Configuration of the ÒMIT C.CFM68K DLL.debugÓ target: + + - Added ÒMIT RuntimeLib.68K.debugÓ + - Started by cloning ÒMIT C.CFM68K DLLÓ target after making the above modifications + - Changed output file name to ÒMIT CLib.68K.debugÓ + - Peephole optimizer turned off + - CSE optimizer turned off + - Optimize for size turned off + - Generating SYM files turned on + - Changed CFM68K fragment name to ÒMIT_¥MIT CLib.debugÓ diff --git a/src/mac/libraries/Metrowerks/CW Pro 2/MIT C.PPC DLL.doc b/src/mac/libraries/Metrowerks/CW Pro 2/MIT C.PPC DLL.doc new file mode 100644 index 000000000..35eb3fb79 --- /dev/null +++ b/src/mac/libraries/Metrowerks/CW Pro 2/MIT C.PPC DLL.doc @@ -0,0 +1,31 @@ +Changes between CodeWarrior Pro 2 and MITAthena MSL project: + + - ÒMSL C.PPC DLL.mcpÓ renamed to ÒMIT C.PPC DLL.prjÓ + - This document added to the project + - ÒMSL Runtime PPC.DLLÓ removed from the project + - Changed settings in ÒMSL C.PPC DLLÓ target + - Added ÒMIT C.PPC DLL.debugÓ target + +Changes to ÒMSL C.PPC DLLÓ target: + + - Added ÒMIT RuntimeLib.PPCÓ + - Name set to ÒMIT C.PPC DLLÓ + - Output directory changed to Ò{Project Ä}::bin:Ó + - Added Ò{Compiler Ä}:Metrowerks Standard Library:MSL C:Ó to user paths + ¥¥¥ Important: this path must come after Ò{Project Ä}::Ó so that we can override + ¥¥¥ original MSL with our own sources + - Turned on ÒActivate BrowserÓ + - Changed output file name to ÒMIT CLib.PPCÓ + - Changed output file creator to '????' + - Changed PPC PEF fragment name to ÒMIT_¥MITCLibÓ + +Configuration of the ÒMIT C.PPC DLL.debugÓ target: + + - Added ÒMIT RuntimeLib.PPC.debugÓ + - Started by cloning ÒMIT C.PPC DLLÓ target after making the above modifications + - Changed output file name to ÒMIT CLib.PPC.debugÓ + - Instruction scheduling turned off + - Global optimization turned off + - Peephole optimization turned off + - Generating SYM files turned on + - Changed PPC PEF fragment name to ÒMIT_¥MITCLib.debugÓ diff --git a/src/mac/libraries/Metrowerks/CW Pro 2/MIT RuntimeCFM68K DLL.doc b/src/mac/libraries/Metrowerks/CW Pro 2/MIT RuntimeCFM68K DLL.doc new file mode 100644 index 000000000..8d9795c58 --- /dev/null +++ b/src/mac/libraries/Metrowerks/CW Pro 2/MIT RuntimeCFM68K DLL.doc @@ -0,0 +1,31 @@ +Changes between CodeWarrior Pro 2 and MITAthena MSL project: + + - ÒMSL MWRuntimeLibCFM68K.mcpÓ renamed to ÒMIT RuntimeCFM68K DLL.prjÓ + - This document added to the project + - Changed settings in ÒMSL MWRuntimeLibCFM68KÓ target + - Added ÒMIT RuntimeCFM68K DLL.debugÓ target + +Changes to ÒMSL MWRuntimeLibCFM68KÓ target: + + - Target name set to ÒMIT RuntimeCFM68K DLLÓ + - Output directory changed to Ò{Project Ä}::bin:Ó + - Set user paths to: + Ò{Project Ä}::Ó + Ò{Compiler Ä}:MacOS Support:Libraries:Runtime:Runtime CFM68K:(Sources):Ó + Ò{Compiler Ä}:MacOS Support:Libraries:Runtime:Common Sources:Ó + ¥¥¥ Important: the compiler-relative paths must come after Ò{Project Ä}::Ó so that + ¥¥¥ we can override original sources with our own + - Turned on ÒActivate BrowserÓ + - Changed output file name to ÒMIT RuntimeLib.68KÓ + - Changed output file creator to '????' + - Changed PPC PEF fragment name to ÒMIT_¥MITRuntimeLibÓ + +Configuration of the ÒMIT RuntimeCFM68K DLL.debugÓ target: + + - Started by cloning ÒMIT RuntimeCFM68K DLLÓ target after making the above modifications + - Changed output file name to ÒMIT RuntimeLib.68K.debugÓ + - Peephole optimizer turned off + - CSE optimizer turned off + - Optimize for size turned off + - Generating SYM files turned on + - Changed PPC PEF fragment name to ÒMIT_¥MITRuntimeLib.debugÓ diff --git a/src/mac/libraries/Metrowerks/CW Pro 2/MIT RuntimePPC DLL.doc b/src/mac/libraries/Metrowerks/CW Pro 2/MIT RuntimePPC DLL.doc new file mode 100644 index 000000000..3a11d7a15 --- /dev/null +++ b/src/mac/libraries/Metrowerks/CW Pro 2/MIT RuntimePPC DLL.doc @@ -0,0 +1,31 @@ +Changes between CodeWarrior Pro 2 and MITAthena MSL project: + + - ÒMSL RuntimePPC.mcpÓ renamed to ÒMIT RuntimePPC DLL.prjÓ + - This document added to the project + - Changed settings in ÒMSL RuntimePPC DLLÓ target + - Added ÒMIT RuntimePPC.debugÓ target + +Changes to ÒMSL RuntimePPCÓ target: + + - Name set to ÒMIT RuntimePPC DLLÓ + - Output directory changed to Ò{Project Ä}::bin:Ó + - Set user paths to: + Ò{Project Ä}::Ó + Ò{Compiler Ä}:MacOS Support:Libraries:Runtime:Runtime PPC:(Sources):Ó + Ò{Compiler Ä}:MacOS Support:Libraries:Runtime:Common Sources:Ó + ¥¥¥ Important: the compiler-relative paths must come after Ò{Project Ä}::Ó so that + ¥¥¥ we can override original sources with our own + - Turned on ÒActivate BrowserÓ + - Changed output file name to ÒMIT RuntimeLib.PPCÓ + - Changed output file creator to '????' + - Changed PPC PEF fragment name to ÒMIT_¥MITRuntimeLibÓ + +Configuration of the ÒMIT RuntimePPC DLL.debugÓ target: + + - Started by cloning ÒMIT RuntimePPC DLLÓ target after making the above modifications + - Changed output file name to ÒMIT RuntimeLib.PPC.debugÓ + - Instruction scheduling turned off + - Global optimization turned off + - Peephole optimization turned off + - Generating SYM files turned on + - Changed PPC PEF fragment name to ÒMIT_¥MITRuntimeLib.debugÓ