mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
Handle the (Unix) platform-specific DLL naming conventions properly.
This commit is contained in:
parent
cdd55f947d
commit
bab75164c3
@ -69,9 +69,9 @@ static NS_DEFINE_IID(kRDFCoreCID, NS_RDFCORE_CID);
|
||||
#else
|
||||
|
||||
// XP_UNIX
|
||||
#define APPSHELL_DLL "libnsappshell.so"
|
||||
#define APPCORES_DLL "libappcores.so"
|
||||
#define EDITOR_DLL "libender.so"
|
||||
#define APPSHELL_DLL "libnsappshell"PR_DLL_SUFFIX
|
||||
#define APPCORES_DLL "libappcores"PR_DLL_SUFFIX
|
||||
#define EDITOR_DLL "libender"PR_DLL_SUFFIX
|
||||
|
||||
#endif // XP_MAC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user