macros.inc (599cc5b4) macros.inc (1076d7f7)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 100 unchanged lines hidden (view full) ---

109#define RESFILENAME(name,lang) STRING(CONCAT3(name,lang,.res))
110#define SHORTRESFILENAME(name,lang) STRING(CONCAT3(name,lang,.res))
111#define READMETXTFILENAME(name,lang,ext) STRING(CONCAT4(name,lang,.,ext))
112#define READMEFILENAME(name,lang) STRING(CONCAT2(name,lang))
113#define HELPFILENAME(name,endung) STRING(CONCAT3(name,.,endung))
114#define EXTRAFILENAME(name,lang) STRING(CONCAT3(name,lang,.zip))
115#define CONFIGLANGFILENAME(name,lang,ext) STRING(CONCAT4(name,lang,.,ext))
116
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 100 unchanged lines hidden (view full) ---

109#define RESFILENAME(name,lang) STRING(CONCAT3(name,lang,.res))
110#define SHORTRESFILENAME(name,lang) STRING(CONCAT3(name,lang,.res))
111#define READMETXTFILENAME(name,lang,ext) STRING(CONCAT4(name,lang,.,ext))
112#define READMEFILENAME(name,lang) STRING(CONCAT2(name,lang))
113#define HELPFILENAME(name,endung) STRING(CONCAT3(name,.,endung))
114#define EXTRAFILENAME(name,lang) STRING(CONCAT3(name,lang,.zip))
115#define CONFIGLANGFILENAME(name,lang,ext) STRING(CONCAT4(name,lang,.,ext))
116
117#if defined(WNT) || defined(OS2)
117//#if defined(WNT) || defined(OS2)
118#define SCP2_OOO_BIN_DIR gid_Brand_Dir_Program
118#define SCP2_OOO_BIN_DIR gid_Brand_Dir_Program
119#else
120#define SCP2_OOO_BIN_DIR gid_Dir_Program
121#endif
119//#else
120//#define SCP2_OOO_BIN_DIR gid_Dir_Program
121//#endif
122
123#define BIN_FILE_BODY \
124 UnixRights = 555
125
126#define TXT_FILE_BODY \
127 UnixRights = 444
128
129#define USER_FILE_BODY \

--- 397 unchanged lines hidden (view full) ---

527 Subkey = STRING(CONCAT2(SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.,extension)); \
528 Value = "{AE424E85-F6DF-4910-A6A9-438797986431}"; \
529 Val64 = "{AE424E85-F6DF-4910-A6A9-438797986431}"; \
530 End
531
532// ---------------------------------------
533
534#if defined(WNT) || defined(OS2)
122
123#define BIN_FILE_BODY \
124 UnixRights = 555
125
126#define TXT_FILE_BODY \
127 UnixRights = 444
128
129#define USER_FILE_BODY \

--- 397 unchanged lines hidden (view full) ---

527 Subkey = STRING(CONCAT2(SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.,extension)); \
528 Value = "{AE424E85-F6DF-4910-A6A9-438797986431}"; \
529 Val64 = "{AE424E85-F6DF-4910-A6A9-438797986431}"; \
530 End
531
532// ---------------------------------------
533
534#if defined(WNT) || defined(OS2)
535#define SCP2_URE_DL_DIR gid_Dir_Ure_Bin
535#define SCP2_URE_DL_DIR gid_Dir_Common_Ure
536//#define SCP2_URE_DL_DIR gid_Dir_Ure_Bin
536#define SCP2_URE_DL_NORMAL(n) n ".dll"
537#define SCP2_URE_DL_BARE(n) n ".dll"
538#define SCP2_URE_DL_VER(n, v) n v ".dll"
539#define SCP2_URE_DL_COMID_VER(n, v) n v STRING(COMID) ".dll"
540#define SCP2_URE_DL_UNO_VER(n, v) n v ".dll"
541#define SCP2_URE_DL_UNO_COMID_VER(n, v) n v STRING(COMID) ".dll"
542#define SCP2_URE_SHARE_DIR gid_Dir_Common_Ure
543#if defined _STLP_DEBUG

--- 30 unchanged lines hidden ---
537#define SCP2_URE_DL_NORMAL(n) n ".dll"
538#define SCP2_URE_DL_BARE(n) n ".dll"
539#define SCP2_URE_DL_VER(n, v) n v ".dll"
540#define SCP2_URE_DL_COMID_VER(n, v) n v STRING(COMID) ".dll"
541#define SCP2_URE_DL_UNO_VER(n, v) n v ".dll"
542#define SCP2_URE_DL_UNO_COMID_VER(n, v) n v STRING(COMID) ".dll"
543#define SCP2_URE_SHARE_DIR gid_Dir_Common_Ure
544#if defined _STLP_DEBUG

--- 30 unchanged lines hidden ---