summaryrefslogtreecommitdiff
path: root/scp2/source/python
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/python')
-rw-r--r--scp2/source/python/file_python.scp42
-rw-r--r--scp2/source/python/module_python.scp3
2 files changed, 0 insertions, 45 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp
index 0f2c994a4f9b..fd008624fd66 100644
--- a/scp2/source/python/file_python.scp
+++ b/scp2/source/python/file_python.scp
@@ -59,47 +59,5 @@ File gid_File_Share_Registry_Pyuno_Xcd
Name = "pyuno.xcd";
End
-#ifdef MINGW_SYSTEM_PYTHON
-
-// python_wrapper.exe
-File gid_File_Py_Bin_Python
- BIN_FILE_BODY;
- Name = "python.exe";
- Dir = gid_Brand_Dir_Program;
- Styles = (PACKED);
-End
-
-Directory gid_Dir_Py_PythonCore
- ParentID = gid_Brand_Dir_Program;
- HostName = STRING(CONCAT2(python-core-,PYVERSION));
-End
-
-Directory gid_Dir_Py_PythonCore_Lib
- ParentID = gid_Dir_Py_PythonCore;
- HostName = "lib";
-End
-
-File gid_File_Py_Python_Core
- TXT_FILE_BODY;
- Dir = FILELIST_DIR;
- Name = "python-core.filelist";
- Styles = (FILELIST);
-End
-
-Directory gid_Dir_Py_PythonCore_Bin
- ParentID = gid_Dir_Py_PythonCore;
- HostName = "bin";
-End
-
-File gid_File_Py_Python_Bin
- BIN_FILE_BODY;
- Dir = gid_Dir_Py_PythonCore_Bin;
- Name = "python.exe";
- Styles = (PACKED);
-End
-
-
-#endif //MINGW_SYSTEM_PYTHON
-
// DISABLE_PYUNO
#endif
diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp
index 358923448994..1424409c1f9c 100644
--- a/scp2/source/python/module_python.scp
+++ b/scp2/source/python/module_python.scp
@@ -41,9 +41,6 @@ Module gid_Module_Pyuno
gid_Dir_Py_PythonCore_Lib);
Files = (auto_python_ALL,
gid_File_Pyuno_Rdb,
- gid_File_Py_Bin_Python,
- gid_File_Py_Python_Core,
- gid_File_Py_Python_Bin,
gid_File_Lib_Python_So,
gid_File_Lib_Python3_So,
gid_File_Share_Registry_Pyuno_Xcd);