mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
r=cls Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
This commit is contained in:
parent
e2be8ec844
commit
0cddd31ff7
@ -28,7 +28,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = vixen
|
||||
LIBRARY_NAME = vixen_s
|
||||
SHORT_LIBNAME = vixen_s
|
||||
|
||||
CPPSRCS = \
|
||||
nsVixenShell.cpp \
|
||||
|
@ -28,7 +28,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = vixen
|
||||
LIBRARY_NAME = vixen
|
||||
SHORT_LIBNAME = vixen
|
||||
IS_COMPONENT = 1
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = walletviewers
|
||||
LIBRARY_NAME = walletviewers
|
||||
SHORT_LIBNAME = walletvw
|
||||
SHORT_LIBNAME = wlltvwrs
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom wallet dom js layout widget
|
||||
|
||||
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = htmlparser
|
||||
LIBRARY_NAME = htmlpars
|
||||
IS_COMPONENT = 1
|
||||
SHORT_LIBNAME = htmlpars
|
||||
SHORT_LIBNAME = gkparser
|
||||
REQUIRES = xpcom necko util uconv expat layout dom unicharutil lwbrk pref js
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = unicharutil
|
||||
LIBRARY_NAME = unicharutil
|
||||
SHORT_LIBNAME = unicutil
|
||||
SHORT_LIBNAME = ucharuti
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom uconv necko
|
||||
|
||||
|
@ -30,7 +30,7 @@ BUILD_DATE = gbdate.h
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gklayout
|
||||
SHORT_LIBNAME = nglayout
|
||||
SHORT_LIBNAME = gkhtml
|
||||
IS_COMPONENT = 1
|
||||
EXTRA_DSO_LIBS = jsdom gkgfx
|
||||
REQUIRES = xpcom widget necko rdf docshell dom htmlparser uriloader webshell locale unicharutil lwbrk timer js
|
||||
|
@ -29,11 +29,11 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = absyncsvc
|
||||
LIBRARY_NAME = absyncsvc
|
||||
IS_COMPONENT = 1
|
||||
SHORT_LIBNAME = absync
|
||||
SHORT_LIBNAME = absyncsv
|
||||
REQUIRES = xpcom mailnews necko docshell uriloader msgbase msgbaseutil intl locale layout widget addrbook dom mork js
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
@ -32,7 +32,7 @@ IS_COMPONENT = 1
|
||||
REQUIRES = xpcom necko intl locale timer rdf dom js docshell widget layout webshell mime uriloader mailnews mork txmgr htmlparser pref msgcompose view msgbaseutil appcomps msgdb editor appshell rdfutil
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = msgbaseutil
|
||||
LIBRARY_NAME = msgbaseutil
|
||||
SHORT_LIBNAME = msgbutil
|
||||
SHORT_LIBNAME = msgbsutl
|
||||
REQUIRES = xpcom msgbase rdf necko msgdb intl mork mailnews locale pref js rdfutil msgsearch rdfutil mime msgcompose docshell webshell wallet dom widget htmlparser view layout uriloader appshell msgimap msglocal msgnews txmgr uconv unicharutil nkcache
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -28,12 +28,12 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = msgcompose
|
||||
LIBRARY_NAME = msgcompose
|
||||
SHORT_LIBNAME = msgcomp
|
||||
SHORT_LIBNAME = msgcompo
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom msgbase msgbaseutil editor necko dom js uriloader mime addrbook rdf rdfutil intl locale mailnews widget layout msgdb appshell nkcache
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
@ -32,7 +32,7 @@ REQUIRES = xpcom uconv msgbase msgbaseutil msgcompose editor necko pref js mailn
|
||||
CPPSRCS = test.cpp
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
@ -32,7 +32,7 @@ REQUIRES = xpcom mailnews msgbase msgbaseutil pref js necko msgdb msglocal msgco
|
||||
CPPSRCS = test2.cpp
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = gkgfx msgbutil
|
||||
EXTRA_DSO_LIBS = gkgfx msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = gkgfx msgbaseutil
|
||||
endif
|
||||
|
@ -32,7 +32,7 @@ REQUIRES = xpcom mailnews pref js msgbase msgbaseutil msgcompose msglocal necko
|
||||
CPPSRCS = test.cpp
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = gkgfx msgbutil
|
||||
EXTRA_DSO_LIBS = gkgfx msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = gkgfx msgbaseutil
|
||||
endif
|
||||
|
@ -32,7 +32,7 @@ REQUIRES = xpcom mailnews pref js msgbase msgbaseutil msgcompose necko editor ms
|
||||
CPPSRCS = Test.cpp
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
@ -32,7 +32,7 @@ IS_COMPONENT = 1
|
||||
REQUIRES = xpcom mailnews locale mork mime msgbase msgbaseutil
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
@ -32,7 +32,7 @@ IS_COMPONENT = 1
|
||||
REQUIRES = xpcom mailnews msgimap msgbase msgbaseutil rdf rdfutil necko msgdb txmgr mime pref intl uconv js locale msglocal nkcache
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
@ -35,7 +35,7 @@ CPPSRCS = imapProtocolTest.cpp
|
||||
EXTRA_DSO_LIBS = msgimap_s rdfutil_s
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS += msgbutil
|
||||
EXTRA_DSO_LIBS += msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS += msgbaseutil
|
||||
endif
|
||||
|
@ -32,7 +32,7 @@ IS_COMPONENT = 1
|
||||
REQUIRES = xpcom mailnews addrbook uconv mork msgbase msgbaseutil profile intl locale necko rdf msgdb rdfutil
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
@ -33,7 +33,7 @@ IS_COMPONENT = 1
|
||||
REQUIRES = xpcom mailnews msgbase msgbaseutil msgdb necko txmgr rdf rdfutil mime intl locale pref js nkcache
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
@ -31,7 +31,7 @@ CPPSRCS = pop3Test.cpp
|
||||
REQUIRES = xpcom mailnews necko pref js appshell msgbase msgbaseutil msglocal msgdb
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
@ -32,7 +32,7 @@ IS_COMPONENT = 1
|
||||
REQUIRES = xpcom necko msgbase msgbaseutil pref js necko uconv
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
@ -32,7 +32,7 @@ IS_COMPONENT = 1
|
||||
REQUIRES = xpcom mime msgbase msgbaseutil uconv necko intl locale pref js
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
@ -28,12 +28,12 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = mimeemitter
|
||||
LIBRARY_NAME = mimeemitter
|
||||
SHORT_LIBNAME = mimemitr
|
||||
SHORT_LIBNAME = emitter
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom mime necko pref js intl locale msgbase msgbaseutil
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
@ -39,7 +39,7 @@ SHARED_LIBRARY_LIBS = $(DIST)/lib/libmsgnews_s.$(LIB_SUFFIX)
|
||||
EXTRA_DSO_LIBS = rdfutil_s
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS += msgbutil
|
||||
EXTRA_DSO_LIBS += msgbsutl
|
||||
else
|
||||
EXTRA_DSO_LIBS += msgbaseutil
|
||||
endif
|
||||
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = htmlparser
|
||||
LIBRARY_NAME = htmlpars
|
||||
IS_COMPONENT = 1
|
||||
SHORT_LIBNAME = htmlpars
|
||||
SHORT_LIBNAME = gkparser
|
||||
REQUIRES = xpcom necko util uconv expat layout dom unicharutil lwbrk pref js
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
|
Loading…
Reference in New Issue
Block a user