diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-23 17:53:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-23 17:55:39 +0200 |
commit | a66f9903bba9dc7eeff6683ebddcd34d4ad70068 (patch) | |
tree | 94571cf25c403a7395ddc03024d4d33665184aab /scp2/inc | |
parent | ff6e6479328c94938e319c2e69a5f0ac35d20cfe (diff) |
Undo basis/brand split: move dynamic libraries from basis to brand.
Diffstat (limited to 'scp2/inc')
-rwxr-xr-x | scp2/inc/macros.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 8b96b8852394..1b8f2a77df7d 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -85,11 +85,7 @@ #define EXTRAFILENAME(name,lang) STRING(CONCAT3(name,lang,.zip)) #define CONFIGLANGFILENAME(name,lang,ext) STRING(CONCAT4(name,lang,.,ext)) -#if defined WNT #define SCP2_OOO_BIN_DIR gid_Brand_Dir_Program -#else -#define SCP2_OOO_BIN_DIR gid_Dir_Program -#endif #define BIN_FILE_BODY \ UnixRights = 755 |