diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/python/file_python.scp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 85c0a8e05476..e4d5336df41d 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -59,9 +59,15 @@ End #ifndef SYSTEM_PYTHON File gid_File_Py_Bin_Python BIN_FILE_BODY; +#ifdef WNT + Name = EXENAME(pyuno/python); + Dir = gid_Brand_Dir_Program; + Styles = (PACKED); +#else Name = "python_shell.filelist"; Dir = FILELIST_DIR; Styles = (FILELIST, PACKED); +#endif End #ifndef MACOSX |