OS/2 needs 8.3 DLL names

git-svn-id: svn://10.0.0.236/trunk@139485 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2003-03-15 02:11:56 +00:00
parent 31d2455649
commit d7993eba61
4 changed files with 14 additions and 0 deletions

View File

@ -28,6 +28,9 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpcom_obsolete
LIBRARY_NAME = xpcom_compat
ifneq ($(OS_ARCH),WINNT)
SHORT_LIBNAME = xpcomct
endif
EXPORT_LIBRARY = 1
GRE_MODULE = 1

View File

@ -28,6 +28,10 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpcom_compat_c
LIBRARY_NAME = xpcom_compat_c
ifneq ($(OS_ARCH),WINNT)
SHORT_LIBNAME = xpcomctc
endif
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
GRE_MODULE = 1

View File

@ -28,6 +28,9 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpcom_obsolete
LIBRARY_NAME = xpcom_compat
ifneq ($(OS_ARCH),WINNT)
SHORT_LIBNAME = xpcomct
endif
EXPORT_LIBRARY = 1
GRE_MODULE = 1

View File

@ -28,6 +28,10 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpcom_compat_c
LIBRARY_NAME = xpcom_compat_c
ifneq ($(OS_ARCH),WINNT)
SHORT_LIBNAME = xpcomctc
endif
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
GRE_MODULE = 1