From: Jack Jansen Date: Thu, 12 Oct 1995 10:34:31 +0000 (+0000) Subject: Added imgpbm and imgsgi X-Git-Tag: v1.3~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0638b60af0a12baacecf9f4cdec8fbe4465169ca;p=thirdparty%2FPython%2Fcpython.git Added imgpbm and imgsgi --- diff --git a/Mac/scripts/ConfigurePython.py b/Mac/scripts/ConfigurePython.py index 6fd222ee9e73..8ecd9825a30f 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") ]