Handle the (Unix) platform-specific DLL naming conventions properly.

git-svn-id: svn://10.0.0.236/trunk@33800 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-06-04 22:17:30 +00:00
parent 9b06ae0c8f
commit a5a074461d
31 changed files with 90 additions and 88 deletions

View File

@@ -82,7 +82,7 @@ static NS_DEFINE_IID(kAllocatorCID, NS_ALLOCATOR_CID);
#ifdef XP_MAC
#define XPCOM_DLL "XPCOM_DLL"
#else
#define XPCOM_DLL "libxpcom.so"
#define XPCOM_DLL "libxpcom"MOZ_DLL_SUFFIX
#endif
#endif