From a1a907e242f32c912318c70673661bc72929aeb8 Mon Sep 17 00:00:00 2001 From: "srilatha%netscape.com" Date: Thu, 23 May 2002 21:00:56 +0000 Subject: [PATCH] Fix for bug # 141438. added code so that we don't define SHORT_LIBNAME on winNT r=cls, sr=sspitzer --- mailnews/import/comm4x/src/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mailnews/import/comm4x/src/Makefile.in b/mailnews/import/comm4x/src/Makefile.in index 886f0d9cfbba..376b105be43a 100644 --- a/mailnews/import/comm4x/src/Makefile.in +++ b/mailnews/import/comm4x/src/Makefile.in @@ -44,7 +44,13 @@ include $(DEPTH)/config/autoconf.mk MODULE = impComm4xMail LIBRARY_NAME = impComm4xMail + +# don't define SHORT_LIBNAME on WINNT +# see bug # 141438 + +ifneq ($(OS_ARCH),WINNT) SHORT_LIBNAME = imp4Mail +endif EXPORT_LIBRARY = 1 IS_COMPONENT = 1 META_COMPONENT = mail