diff options
Diffstat (limited to 'scp2/source/python/file_python.scp')
-rw-r--r-- | scp2/source/python/file_python.scp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 0876b530d2bc..1228900121b7 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -130,6 +130,14 @@ File gid_File_Lib_Python_So Name = STRING(PY_FULL_DLL_NAME); Styles = (PACKED); End +#ifdef UNX +Shortcut gid_Shortcut_Lib_Python_So + FileID = gid_File_Lib_Python_So; + Dir = gid_Dir_Program; + Name = STRING(CONCAT3(libpython,PYMAJMIN,UNXSUFFIX)); + Styles = (NETWORK,RELATIVE); +End +#endif //UNX #else //MACOSX //directory entries solely to be able to create the symlinks Directory gid_Dir_PythonFramework |