pyuno: install python scripts using filelists

Change-Id: Ic7515acd14916cc36b59749059ed623cda906c23
This commit is contained in:
Matúš Kukan
2013-06-17 15:26:52 +02:00
committed by Michael Stahl
parent 4cb5f23b23
commit 031fd222ac
5 changed files with 15 additions and 42 deletions

View File

@@ -27,6 +27,13 @@ File gid_File_scriptproviderforpython
Styles = (FILELIST, PACKED);
End
File gid_File_pyuno_python_scripts
TXT_FILE_BODY;
Dir = FILELIST_DIR;
Name = "pyuno_python_scripts.filelist";
Styles = (FILELIST, PACKED);
End
File gid_File_Lib_Pyuno
PACKED_LIB_FILE_BODY;
#ifdef UNX
@@ -49,10 +56,6 @@ File gid_File_Pyuno_Rdb
Styles = (PACKED);
End
STD_PY_FILE(gid_File_Py_Unohelper, "pyuno/unohelper.py")
STD_PY_FILE(gid_File_Py_Uno, "pyuno/uno.py")
STD_PY_FILE(gid_File_Py_Pythonloader, "pyuno/pythonloader.py")
#ifndef SYSTEM_PYTHON
File gid_File_Py_Bin_Python
BIN_FILE_BODY;