Change 14589: Merge AEGizmos library into PPC binary
[email protected] (Chris Nandor) Fri, 8 Feb 2002 16:43:19 -0500
| Newsgroups | perl.perl5.changes.mac |
|---|---|
| Message-ID | <p05100303b889f6e4cc3b@[10.0.1.177]> |
Change 14589 by pudge@pudge-mobile on 2002/02/07 19:26:55 Merge AEGizmos library into PPC binary Affected files ... .... //depot/maint-5.6/macperl/macos/Makefile.mk#12 edit Differences ... ==== //depot/maint-5.6/macperl/macos/Makefile.mk#12 (text) ==== Index: perl/macos/Makefile.mk --- perl/macos/Makefile.mk.~1~ Fri Feb 8 16:42:49 2002 +++ perl/macos/Makefile.mk Fri Feb 8 16:42:49 2002 @@ -379,6 +379,7 @@ $(LinkPPC) -map perl.map -@export perl.exp -name Perl -o perl.PPC Â :Obj:perlmain.c.PPC.o $(LibFilesPPC) Â :PLib:Perl.PPC.Lib $(Static_Ext_AutoInit_PPC) $(MoLibsPPC) + MergeFragment "$(AEGizmos)AEGizmos4Perl.shlb.PPC" perl.PPC perl.PPC:: Perl.r Perl.rsrc Rez $(ROptions) -a -c 'MPS ' -t MPST Perl.r -o perl.PPC perl.SC: :PLib:Perl.SC.Lib :PLib:PerlLib.SC.Lib perlmain.c.SC.o preplibrary @@ -391,6 +392,7 @@ $(LinkMrC) -@export perl.exp -fragname Perl -o perl.MrC Â :Obj:perlmain.c.MrC.o $(LibFilesMrC) Â :PLib:Perl.MrC.Lib $(Static_Ext_AutoInit_MrC) $(MoLibsMrC) + MergeFragment "$(AEGizmos)AEGizmos4Perl.shlb.PPC" perl.MrC perl.MrC:: Perl.r Perl.rsrc Rez $(ROptions) -a -c 'MPS ' -t MPST Perl.r -o perl.MrC End of Patch.