some clean up to get this to build on Linux

still more to be done....
This commit is contained in:
sspitzer%netscape.com 1999-03-25 03:02:20 +00:00
Родитель a7c4e2da6c
Коммит 8b4d374d9d
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -86,7 +86,6 @@
#define XPCOM_DLL "xpcom32.dll" #define XPCOM_DLL "xpcom32.dll"
#define LOCAL_DLL "msglocal.dll" #define LOCAL_DLL "msglocal.dll"
#define RDF_DLL "rdf.dll" #define RDF_DLL "rdf.dll"
#define MAILNEWS_DLL "mailnews.dll"
#define PREF_DLL "xppref32.dll" #define PREF_DLL "xppref32.dll"
#else #else
#ifdef XP_MAC #ifdef XP_MAC
@ -94,9 +93,9 @@
#else #else
#define NETLIB_DLL "libnetlib.so" #define NETLIB_DLL "libnetlib.so"
#define XPCOM_DLL "libxpcom.so" #define XPCOM_DLL "libxpcom.so"
#define LOCAL_DLL "msglocal.so" #define LOCAL_DLL "libmsglocal.so"
#define MAILNEWS_DLL "mailnewsbase.so" #define RDF_DLL "librdf.so"
#define PREF_DLL "pref.so" // mscott: is this right? #define PREF_DLL "libpref.so"
#endif #endif
#endif #endif