summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-10-12 10:34:31 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-10-12 10:34:31 (GMT)
commit0638b60af0a12baacecf9f4cdec8fbe4465169ca (patch)
tree18b2b62f9354041b42b8d0e32ec686759c861c7a /Mac
parent84c8baf04049c487ea5b6932e828d26d38304707 (diff)
downloadcpython-0638b60af0a12baacecf9f4cdec8fbe4465169ca.zip
cpython-0638b60af0a12baacecf9f4cdec8fbe4465169ca.tar.gz
cpython-0638b60af0a12baacecf9f4cdec8fbe4465169ca.tar.bz2
Added imgpbm and imgsgi
Diffstat (limited to 'Mac')
-rw-r--r--Mac/scripts/ConfigurePython.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mac/scripts/ConfigurePython.py b/Mac/scripts/ConfigurePython.py
index 6fd222e..8ecd982 100644
--- a/Mac/scripts/ConfigurePython.py
+++ b/Mac/scripts/ConfigurePython.py
@@ -89,9 +89,11 @@ goals = [
("imggif.slb", "imgmodules.slb"),
("imgjpeg.slb", "imgmodules.slb"),
("imgop.slb", "imgmodules.slb"),
+ ("imgpbm.slb", "imgmodules.slb"),
("imgpgm.slb", "imgmodules.slb"),
("imgppm.slb", "imgmodules.slb"),
- ("imgtiff.slb", "imgmodules.slb")
+ ("imgtiff.slb", "imgmodules.slb"),
+ ("imgsgi.slb", "imgmodules.slb")
]