Fix for bug # 141438. added code so that we don't define SHORT_LIBNAME on winNT

r=cls, sr=sspitzer
This commit is contained in:
srilatha%netscape.com 2002-05-23 21:00:56 +00:00
parent f2f9158fd3
commit a1a907e242

View File

@ -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