[Libreoffice-commits] core.git: scp2/source
Matúš Kukan
matus.kukan at collabora.com
Fri Dec 6 06:38:28 PST 2013
scp2/source/ooo/ure.scp | 2 +-
scp2/source/python/file_python.scp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit dd02446dff4066170a5947065379316111886eaa
Author: Matúš Kukan <matus.kukan at collabora.com>
Date: Fri Dec 6 15:30:36 2013 +0100
scp2: hopefully fix Windows build
Change-Id: Ib4ead1d64dc6b8e76bf2c7bf0f007e8962acb1e2
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp
index 3e9983b..3cf19c2 100644
--- a/scp2/source/ooo/ure.scp
+++ b/scp2/source/ooo/ure.scp
@@ -404,7 +404,7 @@ End
File gid_File_Lib_Cli_Cppuhelper_Assembly
TXT_FILE_BODY;
Styles = (PACKED, ASSEMBLY);
- Name = "assembly/cli_cppuhelper.dll";
+ Name = "cli_cppuhelper.dll";
Dir = SCP2_URE_DL_DIR;
Assemblyname = "cli_cppuhelper";
PublicKeyToken = "ce2cb7e279207b9e";
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp
index e4d5336..66e590d 100644
--- a/scp2/source/python/file_python.scp
+++ b/scp2/source/python/file_python.scp
@@ -60,7 +60,7 @@ End
File gid_File_Py_Bin_Python
BIN_FILE_BODY;
#ifdef WNT
- Name = EXENAME(pyuno/python);
+ Name = EXENAME(python);
Dir = gid_Brand_Dir_Program;
Styles = (PACKED);
#else
More information about the Libreoffice-commits
mailing list