diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index acf8aea11366..e3bd5c910bc7 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_python.scp,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:42:31 $ + * last change: $Author: rt $ $Date: 2005-11-11 09:54:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -86,8 +86,17 @@ File gid_File_Py_Python_Core Name = STRING(CONCAT3(python-core-,PYVERSION,.zip)); Styles = (ARCHIVE); End + +#ifdef UNX +File gid_File_Py_Python_Bin + BIN_FILE_BODY; + Dir = gid_Dir_Program; + Name = "python.bin"; + Styles = (PACKED); +End #endif +#endif // substitute for the python Windows basic scripts