mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Issue #1751 -- Remove XP_MACOSX conditionals and support files from /xpcom
This commit is contained in:
parent
ccf9e5f54b
commit
df94ccb22c
40 changed files with 27 additions and 2812 deletions
|
|
@ -254,15 +254,8 @@ void LogTerm();
|
|||
|
||||
#define XPCOM_DLL XUL_DLL
|
||||
|
||||
// you have to love apple..
|
||||
#ifdef XP_MACOSX
|
||||
#define XPCOM_SEARCH_KEY "DYLD_LIBRARY_PATH"
|
||||
#define GRE_FRAMEWORK_NAME "XUL.framework"
|
||||
#define XUL_DLL "XUL"
|
||||
#else
|
||||
#define XPCOM_SEARCH_KEY "LD_LIBRARY_PATH"
|
||||
#define XUL_DLL "libxul" MOZ_DLL_SUFFIX
|
||||
#endif
|
||||
|
||||
#define GRE_CONF_NAME ".gre.config"
|
||||
#define GRE_CONF_PATH "/etc/gre.conf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue