Change order of libs for link

git-svn-id: svn://10.0.0.236/trunk@2838 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider 1998-06-01 20:20:23 +00:00
parent ecf1901eb3
commit fc776998fb

View File

@ -162,7 +162,11 @@ endif
# Rules to convert EXTRA_LIBS to platform-dependent naming scheme
ifdef AR_LIBS
ifeq ($(OS_ARCH), WINNT)
AR_LIBS := $(addprefix $(CONFIG_DIST_LIB)$(OPT_SLASH), $(AR_LIBS:%=%$(LIBRARY_VERSION)$(ARCHIVE_SUFFIX)$(STATIC_LIB_SUFFIX)))
else
AR_LIBS := $(addprefix $(CONFIG_DIST_LIB)$(OPT_SLASH)lib, $(AR_LIBS:%=%$(LIBRARY_VERSION)$(ARCHIVE_SUFFIX)$(STATIC_LIB_SUFFIX)))
endif
endif
ifdef LIBRARY