Fix for bug 316219. Don't build an import library on OS/2. r=wtchang

This commit is contained in:
julien.pierre.bugs%sun.com 2005-11-14 00:13:41 +00:00
parent 356743a09d
commit f82a46ec10

View File

@ -70,6 +70,7 @@ else
TARGETS = $(SHARED_LIBRARY)
LIBRARY =
IMPORT_LIBRARY =
PROGRAM =
EXTRA_LIBS += $(DIST)/lib/$(LIB_PREFIX)secutil.$(LIB_SUFFIX)
@ -78,8 +79,6 @@ ifeq (,$(filter-out WIN%,$(OS_TARGET)))
# don't want the 32 in the shared library name
SHARED_LIBRARY = $(OBJDIR)/$(DLL_PREFIX)$(LIBRARY_NAME)$(LIBRARY_VERSION).$(DLL_SUFFIX)
#IMPORT_LIBRARY = $(OBJDIR)/$(IMPORT_LIB_PREFIX)$(LIBRARY_NAME)$(LIBRARY_VERSION)$(IMPORT_LIB_SUFFIX)
IMPORT_LIBRARY =
RES = $(OBJDIR)/$(LIBRARY_NAME).res
RESNAME = freebl.rc