PERFORCE change 12189 for review

[email protected] (Chris Nandor) Tue, 25 Sep 2001 00:06:32 -0400
Newsgroups perl.perl5.changes.mac
Message-ID <p05100310b7d5b3420a67@[10.0.1.177]>
Change 12189 by pudge@pudge-mobile on 2001/09/25 02:37:08

	Fix up Makefiles for more Mac:: modules (and prepare for
	static build ...?)

Affected files ...

... //depot/maint-5.6/macperl/macos/Makefile.mk#7 edit
... //depot/maint-5.6/macperl/macos/ext/Mac/Makefile.mk#3 edit
... //depot/maint-5.6/macperl/macos/macperl/Makefile.mk#5 edit

Differences ...

==== //depot/maint-5.6/macperl/macos/Makefile.mk#7 (text) ====
Index: perl/macos/Makefile.mk
--- perl/macos/Makefile.mk.~1~	Mon Sep 24 20:45:05 2001
+++ perl/macos/Makefile.mk	Mon Sep 24 20:45:05 2001
@@ -140,6 +140,36 @@
 	Storable:Storable Time:HiRes:HiRes
 Static_Ext_Mac	= 	\
 	MacPerl:MacPerl 
+#	Mac:err:err				\
+#	Mac:AppleEvents:AppleEvents		\
+#	Mac:Components:Components		\
+#	Mac:Controls:Controls			\
+#	Mac:Dialogs:Dialogs			\
+#	Mac:Events:Events			\
+#	Mac:Files:Files				\
+#	Mac:Fonts:Fonts				\
+#	Mac:Gestalt:Gestalt			\
+#	Mac:InternetConfig:InternetConfig	\
+#	Mac:Lists:Lists				\
+#	Mac:Memory:Memory			\
+#	Mac:Menus:Menus				\
+#	Mac:MoreFiles:MoreFiles			\
+#	Mac:Movies:Movies			\
+#	Mac:Notification:Notification		\
+#	Mac:OSA:OSA				\
+#	Mac:Processes:Processes			\
+#	Mac:QDOffscreen:QDOffscreen		\
+#	Mac:QuickDraw:QuickDraw			\
+#	Mac:QuickTimeVR:QuickTimeVR		\
+#	Mac:Resources:Resources			\
+#	Mac:Sound:Sound				\
+#	Mac:Speech:Speech			\
+#	Mac:SpeechRecognition:SpeechRecognition	\
+#	Mac:StandardFile:StandardFile		\
+#	Mac:TextEdit:TextEdit			\
+#	Mac:Types:Types				\
+#	Mac:Windows:Windows
+
 Static_Ext_Std	= 	\
 	B:B ByteLoader:ByteLoader Data:Dumper:Dumper DB_File:DB_File \
 	Devel:DProf:DProf Devel:Peek:Peek DynaLoader:DynaLoader \

==== //depot/maint-5.6/macperl/macos/ext/Mac/Makefile.mk#3 (text) ====
Index: perl/macos/ext/Mac/Makefile.mk
--- perl/macos/ext/Mac/Makefile.mk.~1~	Mon Sep 24 20:45:05 2001
+++ perl/macos/ext/Mac/Makefile.mk	Mon Sep 24 20:45:05 2001
@@ -5,6 +5,10 @@
 
 COpt += -i :::
 
+# Navigation:Navigation
+# DCon:DCon
+# SAT:SAT
+# ImageCompression:ImageCompression
 dirs = 	\
 	err:err					\
 	AppleEvents:AppleEvents			\
@@ -21,6 +25,7 @@
 	Menus:Menus				\
 	MoreFiles:MoreFiles			\
 	Movies:Movies				\
+	Notification:Notification		\
 	OSA:OSA					\
 	Processes:Processes			\
 	QDOffscreen:QDOffscreen			\

==== //depot/maint-5.6/macperl/macos/macperl/Makefile.mk#5 (text) ====
Index: perl/macos/macperl/Makefile.mk
--- perl/macos/macperl/Makefile.mk.~1~	Mon Sep 24 20:45:05 2001
+++ perl/macos/macperl/Makefile.mk	Mon Sep 24 20:45:05 2001
@@ -67,6 +67,36 @@
 	Storable:Storable Time:HiRes:HiRes
 Static_Ext_Mac	= 	\
 	MacPerl:MacPerl 
+#	Mac:err:err				\
+#	Mac:AppleEvents:AppleEvents		\
+#	Mac:Components:Components		\
+#	Mac:Controls:Controls			\
+#	Mac:Dialogs:Dialogs			\
+#	Mac:Events:Events			\
+#	Mac:Files:Files				\
+#	Mac:Fonts:Fonts				\
+#	Mac:Gestalt:Gestalt			\
+#	Mac:InternetConfig:InternetConfig	\
+#	Mac:Lists:Lists				\
+#	Mac:Memory:Memory			\
+#	Mac:Menus:Menus				\
+#	Mac:MoreFiles:MoreFiles			\
+#	Mac:Movies:Movies			\
+#	Mac:Notification:Notification		\
+#	Mac:OSA:OSA				\
+#	Mac:Processes:Processes			\
+#	Mac:QDOffscreen:QDOffscreen		\
+#	Mac:QuickDraw:QuickDraw			\
+#	Mac:QuickTimeVR:QuickTimeVR		\
+#	Mac:Resources:Resources			\
+#	Mac:Sound:Sound				\
+#	Mac:Speech:Speech			\
+#	Mac:SpeechRecognition:SpeechRecognition	\
+#	Mac:StandardFile:StandardFile		\
+#	Mac:TextEdit:TextEdit			\
+#	Mac:Types:Types				\
+#	Mac:Windows:Windows
+
 Static_Ext_Std	= 	\
 	B:B ByteLoader:ByteLoader Data:Dumper:Dumper DB_File:DB_File \
 	Devel:DProf:DProf Devel:Peek:Peek DynaLoader:DynaLoader \
End of Patch.