mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 03:45:42 +00:00
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:
parent
f2f9158fd3
commit
a1a907e242
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user