r=cls Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
This commit is contained in:
Родитель
c1a8c68eed
Коммит
b354238762
|
@ -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
|
||||
|
|
|
@ -1,48 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
PROGRAM = TestMSGCompose$(BIN_SUFFIX)
|
||||
REQUIRES = xpcom uconv msgbase msgbaseutil msgcompose editor necko pref js mailnews msgdb dom widget layout msglocal appshell mime
|
||||
|
||||
CPPSRCS = test.cpp
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
$(EXTRA_DSO_LIBS) \
|
||||
$(XPCOM_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(TK_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
@ -1,49 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
PROGRAM = msgcomposetest2$(BIN_SUFFIX)
|
||||
REQUIRES = xpcom mailnews msgbase msgbaseutil pref js necko msgdb msglocal msgcompose editor dom layout widget appshell
|
||||
|
||||
CPPSRCS = test2.cpp
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = gkgfx msgbutil
|
||||
else
|
||||
EXTRA_DSO_LIBS = gkgfx msgbaseutil
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
$(NSPR_LIBS) \
|
||||
$(XPCOM_LIBS) \
|
||||
$(MOZ_JS_LIBS) \
|
||||
$(EXTRA_DSO_LIBS) \
|
||||
$(TK_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
@ -1,49 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
PROGRAM = sendlatertest$(BIN_SUFFIX)
|
||||
REQUIRES = xpcom mailnews pref js msgbase msgbaseutil msgcompose msglocal necko editor dom widget layout msgdb appshell
|
||||
|
||||
CPPSRCS = test.cpp
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = gkgfx msgbutil
|
||||
else
|
||||
EXTRA_DSO_LIBS = gkgfx msgbaseutil
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
$(EXTRA_DSO_LIBS) \
|
||||
$(XPCOM_LIBS) \
|
||||
$(MOZ_JS_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(TK_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
@ -1,48 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
PROGRAM = sendpage$(BIN_SUFFIX)
|
||||
REQUIRES = xpcom mailnews pref js msgbase msgbaseutil msgcompose necko editor msgdb dom widget layout appshell
|
||||
|
||||
CPPSRCS = Test.cpp
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
$(EXTRA_DSO_LIBS) \
|
||||
$(XPCOM_LIBS) \
|
||||
$(MOZ_JS_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
@ -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
|
||||
|
|
|
@ -1,52 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = msgimaptest
|
||||
PROGRAM = testimap$(BIN_SUFFIX)
|
||||
REQUIRES = xpcom mailnews msgimap necko msgbase msgbaseutil msglocal txmgr msgdb rdf rdfutil intl locale mork mime pref js appshell
|
||||
|
||||
CPPSRCS = imapProtocolTest.cpp
|
||||
|
||||
EXTRA_DSO_LIBS = msgimap_s rdfutil_s
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS += msgbutil
|
||||
else
|
||||
EXTRA_DSO_LIBS += msgbaseutil
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
-L$(DIST)/bin \
|
||||
$(EXTRA_DSO_LIBS) \
|
||||
$(XPCOM_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(TK_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
@ -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
|
||||
|
|
|
@ -1,47 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
PROGRAM = pop3Test$(BIN_SUFFIX)
|
||||
CPPSRCS = pop3Test.cpp
|
||||
REQUIRES = xpcom mailnews necko pref js appshell msgbase msgbaseutil msglocal msgdb
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbutil
|
||||
else
|
||||
EXTRA_DSO_LIBS = msgbaseutil
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
$(EXTRA_DSO_LIBS) \
|
||||
$(XPCOM_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(TK_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче