Bug 396861: Need short libname for zipwriter on OS/2, r=ted.mielczarek, a=bzbarsky

This commit is contained in:
mozilla@weilbacher.org 2007-09-21 03:04:37 -07:00
parent 3d3dee855b
commit 659458f657

View File

@ -44,6 +44,9 @@ include $(DEPTH)/config/autoconf.mk
MODULE = zipwriter
LIBRARY_NAME = zipwriter
ifneq (,$(filter-out WINNT WINCE,$(OS_ARCH)))
SHORT_LIBNAME = zipwrite
endif
MODULE_NAME = ZipWriterModule
EXPORT_LIBRARY = 1
LIBXUL_LIBRARY = 1