ICU-6332 Removed the "s" in libsicu*.a to libicu*.a for static linking.

X-SVN-Rev: 26558
This commit is contained in:
John Vu 2009-08-27 01:19:35 +00:00
parent d98fd3f3fb
commit 0f60cda1cf
6 changed files with 24 additions and 0 deletions

View file

@ -87,4 +87,8 @@ TZORIG_EXTRA_CFLAGS=-DSTD_INSPIRED
# genren opts
GENREN_PL_OPTS=-x Mach-O -n '-g' -p '| c++filt'
## Remove shared library 's'
STATIC_PREFIX_WHEN_USED =
STATIC_PREFIX =
## End Darwin-specific setup

View file

@ -105,4 +105,8 @@ STATIC_O = o
## Install libraries as executable
INSTALL-L=$(INSTALL_PROGRAM)
## Remove shared library 's'
STATIC_PREFIX_WHEN_USED =
STATIC_PREFIX =
## End HP/UX-specific setup

View file

@ -78,5 +78,9 @@ STATIC_O = o
%.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR)
$(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
## Remove shared library 's'
STATIC_PREFIX_WHEN_USED =
STATIC_PREFIX =
## End HPUX/gcc specific setup

View file

@ -77,5 +77,9 @@ BIR_LDFLAGS= -Wl,-Bsymbolic
# Dependencies [i.e. map files] for the final library
BIR_DEPS=
## Remove shared library 's'
STATIC_PREFIX_WHEN_USED =
STATIC_PREFIX =
## End Linux-specific setup

View file

@ -73,4 +73,8 @@ BIR_LDFLAGS= -Wl,-M,$(NAME).map -Wl,-B,symbolic -Wl,-B,eliminate
BIR_DEPS= $(NAME).map
endif
## Remove shared library 's'
STATIC_PREFIX_WHEN_USED =
STATIC_PREFIX =
## End Solaris-specific setup

View file

@ -71,4 +71,8 @@ STATIC_O = ao
%.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR)
$(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
## Remove shared library 's'
STATIC_PREFIX_WHEN_USED =
STATIC_PREFIX =
## End Solaris-specific setup