summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-08-19 00:32:39 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-19 00:34:22 +0300
commit88960707cc891a5bfc260ce7568a75c1c8419f73 (patch)
tree7dac82c3d97e90797d0d85b329689bdbc5111718 /scp2
parent33521dafcc71082ad11764ea38d0ae5f43eb041e (diff)
Use correct paths to URE stuff on Windows
For some historical reason, URE has no "share" subfolder on Windows. Change-Id: I530e673cc7a5cb5fe5d82a5e952ac50e4c2270b2
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/ure.scp6
1 files changed, 6 insertions, 0 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp
index 08b60f66f38b..0086d6cef507 100644
--- a/scp2/source/ooo/ure.scp
+++ b/scp2/source/ooo/ure.scp
@@ -220,6 +220,8 @@ ProfileItem gid_Profileitem_Dl_Uno_Ure_Internal_Java_Dir
Key = "URE_INTERNAL_JAVA_DIR";
#if defined ENABLE_MACOSX_MACLIKE_APP_STRUCTURE
Value = "${ORIGIN}/../java";
+#elif defined WNT
+ Value = "${ORIGIN}/../java";
#else
Value = "${ORIGIN}/../share/java";
#endif
@@ -240,6 +242,8 @@ ProfileItem gid_Profileitem_Dl_Uno_Uno_Types
Key = "UNO_TYPES";
#if defined ENABLE_MACOSX_MACLIKE_APP_STRUCTURE
Value = "${ORIGIN}/types.rdb ${URE_MORE_TYPES}";
+#elif defined WNT
+ Value = "${ORIGIN}/../misc/types.rdb ${URE_MORE_TYPES}";
#else
Value = "${ORIGIN}/../share/misc/types.rdb ${URE_MORE_TYPES}";
#endif
@@ -252,6 +256,8 @@ ProfileItem gid_Profileitem_Dl_Uno_Uno_Services
Key = "UNO_SERVICES";
#if defined ENABLE_MACOSX_MACLIKE_APP_STRUCTURE
Value = "${ORIGIN}/services.rdb ${URE_MORE_SERVICES}";
+#elif defined WNT
+ Value = "${ORIGIN}/../misc/services.rdb ${URE_MORE_SERVICES}";
#else
Value = "${ORIGIN}/../share/misc/services.rdb ${URE_MORE_SERVICES}";
#endif