img modules are no longer in PlugIns folder.

This commit is contained in:
Jack Jansen 1999-02-06 17:44:28 +00:00
parent 8f81a22d41
commit 8eea5baca8
2 changed files with 2 additions and 21 deletions

View File

@ -40,16 +40,6 @@ ppc_goals = [
("Cm.ppc.slb", "qtmodules.ppc.slb"),
("Qt.ppc.slb", "qtmodules.ppc.slb"),
("imgcolormap.ppc.slb", "imgmodules.ppc.slb"),
("imgformat.ppc.slb", "imgmodules.ppc.slb"),
("imggif.ppc.slb", "imgmodules.ppc.slb"),
("imgjpeg.ppc.slb", "imgmodules.ppc.slb"),
("imgop.ppc.slb", "imgmodules.ppc.slb"),
("imgpbm.ppc.slb", "imgmodules.ppc.slb"),
("imgpgm.ppc.slb", "imgmodules.ppc.slb"),
("imgppm.ppc.slb", "imgmodules.ppc.slb"),
("imgtiff.ppc.slb", "imgmodules.ppc.slb"),
("imgsgi.ppc.slb", "imgmodules.ppc.slb")
]
cfm68k_goals = [
@ -72,17 +62,6 @@ cfm68k_goals = [
("Cm.CFM68K.slb", "qtmodules.CFM68K.slb"),
("Qt.CFM68K.slb", "qtmodules.CFM68K.slb"),
("imgcolormap.CFM68K.slb", "imgmodules.CFM68K.slb"),
("imgformat.CFM68K.slb", "imgmodules.CFM68K.slb"),
("imggif.CFM68K.slb", "imgmodules.CFM68K.slb"),
("imgjpeg.CFM68K.slb", "imgmodules.CFM68K.slb"),
("imgop.CFM68K.slb", "imgmodules.CFM68K.slb"),
("imgpbm.CFM68K.slb", "imgmodules.CFM68K.slb"),
("imgpgm.CFM68K.slb", "imgmodules.CFM68K.slb"),
("imgppm.CFM68K.slb", "imgmodules.CFM68K.slb"),
("imgtiff.CFM68K.slb", "imgmodules.CFM68K.slb"),
("imgsgi.CFM68K.slb", "imgmodules.CFM68K.slb")
]
def gotopluginfolder():

View File

@ -180,6 +180,7 @@ I_PPC_SMALL : (buildmwproject, "CWIE", [
I_PPC_EXTENSIONS : (buildmwproject, "CWIE", [
(":Extensions:Imaging:_imaging.prj", "_imaging.ppc"),
(":Extensions:Imaging:_tkinter.prj", "_tkinter.ppc"),
(":Extensions:img:Mac:imgmodules.prj", "imgmodules PPC"),
(":Extensions:Numerical:Mac:numpymodules.prj", "multiarraymodule"),
(":Extensions:Numerical:Mac:numpymodules.prj", "_numpy"),
(":Extensions:Numerical:Mac:numpymodules.prj", "umathmodule"),
@ -192,6 +193,7 @@ I_PPC_EXTENSIONS : (buildmwproject, "CWIE", [
I_68K_EXTENSIONS : (buildmwproject, "CWIE", [
(":Extensions:Imaging:_imaging.prj", "_imaging.CFM68K"),
(":Extensions:Imaging:_tkinter.prj", "_tkinter.CFM68K"),
(":Extensions:img:Mac:imgmodules.prj", "imgmodules CFM68K"),
## (":Extensions:NumPy:numpymodules.prj", "numpymodules.CFM68K"),
]),