mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 396861: Need short libname for zipwriter on OS/2, r=ted.mielczarek, a=bzbarsky
This commit is contained in:
parent
3d3dee855b
commit
659458f657
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user