diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-24 17:49:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-24 17:49:47 +0100 |
commit | b94c9e0d82c7430ad7c2f3b10b60651a141100a2 (patch) | |
tree | 6522ed7edaee36eed06dea5cee255c3fbcdcca52 /scp2/source | |
parent | 0c0b5c12ef2c867a07d24832cfe1fac47d6a4c09 (diff) |
These are inside an !defined MACOSX block
Change-Id: I09e2db009801c046cf8dd331c7e07cb83f9e3f20
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/ure.scp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp index 18a15d7a7a06..6dd8e7e7a805 100644 --- a/scp2/source/ooo/ure.scp +++ b/scp2/source/ooo/ure.scp @@ -45,22 +45,14 @@ End #if !defined WNT Directory gid_Dir_Ure_Lib -#if defined MACOSX - ParentID = gid_Dir_UreLink; -#else ParentID = gid_Dir_Common_Ure; -#endif DosName = "lib"; End #endif #if !defined WNT Directory gid_Dir_Ure_Share -#if defined MACOSX - ParentID = gid_Dir_UreLink; -#else ParentID = gid_Dir_Common_Ure; -#endif DosName = "share"; End #endif |