r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
This commit is contained in:
mkaply%us.ibm.com 2001-01-18 15:53:33 +00:00
Родитель 5c017d83de
Коммит 42b0f95821
3 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = uriloader
LIBRARY_NAME = uriloader
SHORT_LIBNAME = uriloadr
SHORT_LIBNAME = urildr
IS_COMPONENT = 1
REQUIRES = xpcom necko caps mime exthandler rdf

Просмотреть файл

@ -28,7 +28,6 @@ include $(DEPTH)/config/autoconf.mk
MODULE = view
LIBRARY_NAME = gkview
SHORT_LIBNAME = ngview
IS_COMPONENT = 1
REQUIRES = xpcom layout widget dom locale timer pref js

Просмотреть файл

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = webshell
LIBRARY_NAME = webshell
SHORT_LIBNAME = webshell
SHORT_LIBNAME = gkweb
EXTRA_DSO_LIBS = jsdom docshell
ifeq ($(OS_ARCH),Rhapsody)