Remove broken OS check for LIB_IS_C_ONLY

This commit is contained in:
cls%seawood.org 2004-02-25 22:17:45 +00:00
parent f016bec80e
commit d55c47cce0

View File

@ -141,12 +141,9 @@ ifdef LIBRARY
ifneq (,$(BUILD_SHARED_LIBS)$(FORCE_SHARED_LIB))
ifdef MKSHLIB
# Unix only
ifeq (,$(filter-out BeOS OS2 WINNT, $(OS_ARCH)))
ifdef LIB_IS_C_ONLY
MKSHLIB = $(MKCSHLIB)
endif
endif
SHARED_LIBRARY := $(DLL_PREFIX)$(LIBRARY_NAME)$(DLL_SUFFIX)