diff options
Diffstat (limited to 'scp2/inc/macros.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 |