macros.inc (707d5dc6) | macros.inc (27b2fc91) |
---|---|
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 --- 74 unchanged lines hidden (view full) --- 83#endif 84 85#ifdef UNX 86 #define LIBNAME(name) STRING(CONCAT4(lib,name,DLLPOSTFIX,UNXSUFFIX)) 87 #define FILTER_LIBNAME(name) LIBNAME(name) 88 #define EXENAME(name) STRING(name) 89 #define PROFILENAME(name) STRING(CONCAT2(name,rc)) 90 #define SPECIAL_NAME(name) STRING(CONCAT3(lib,name,UNXSUFFIX)) | 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 --- 74 unchanged lines hidden (view full) --- 83#endif 84 85#ifdef UNX 86 #define LIBNAME(name) STRING(CONCAT4(lib,name,DLLPOSTFIX,UNXSUFFIX)) 87 #define FILTER_LIBNAME(name) LIBNAME(name) 88 #define EXENAME(name) STRING(name) 89 #define PROFILENAME(name) STRING(CONCAT2(name,rc)) 90 #define SPECIAL_NAME(name) STRING(CONCAT3(lib,name,UNXSUFFIX)) |
91 #ifdef MACOSX 92 #define SPECIAL_NAME_VER(name,version) STRING(CONCAT5(lib,name,.,version,UNXSUFFIX)) 93 #else 94 #define SPECIAL_NAME_VER(name,version) STRING(CONCAT5(lib,name,UNXSUFFIX,.,version)) 95 #endif |
|
91 #define SPECIAL_COMPONENT_LIB_NAME(name) STRING(CONCAT2(name,UNXSUFFIX)) 92#else 93 #define LIBNAME(name) STRING(CONCAT3(name,DLLPOSTFIX,.dll)) 94 #define FILTER_LIBNAME(name) LIBNAME(name) 95 #define EXENAME(name) STRING(CONCAT2(name,.exe)) 96 #define PROFILENAME(name) STRING(CONCAT2(name,.ini)) 97 #define SPECIAL_NAME(name) STRING(CONCAT2(name,.dll)) 98 #define SPECIAL_COMPONENT_LIB_NAME(name) STRING(CONCAT2(name,.dll)) --- 467 unchanged lines hidden --- | 96 #define SPECIAL_COMPONENT_LIB_NAME(name) STRING(CONCAT2(name,UNXSUFFIX)) 97#else 98 #define LIBNAME(name) STRING(CONCAT3(name,DLLPOSTFIX,.dll)) 99 #define FILTER_LIBNAME(name) LIBNAME(name) 100 #define EXENAME(name) STRING(CONCAT2(name,.exe)) 101 #define PROFILENAME(name) STRING(CONCAT2(name,.ini)) 102 #define SPECIAL_NAME(name) STRING(CONCAT2(name,.dll)) 103 #define SPECIAL_COMPONENT_LIB_NAME(name) STRING(CONCAT2(name,.dll)) --- 467 unchanged lines hidden --- |