mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-1028 Make it easier for os/390 to build
X-SVN-Rev: 6708
This commit is contained in:
parent
f53dc4a078
commit
fbc84c8710
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
## Copyright (c) 1999-2001, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-os390,v 1.29 2001/11/08 20:03:44 grhoten-oss Exp $
|
||||
## $Id: mh-os390,v 1.30 2001/11/09 18:09:54 grhoten-oss Exp $
|
||||
|
||||
###################################################################
|
||||
# IMPORTANT NOTE #
|
||||
|
@ -59,6 +59,9 @@ SHLIB.cc= $(LINK.cc) -Wl,dll
|
|||
## Compiler switch to embed a runtime search path
|
||||
LD_RPATH= -I
|
||||
|
||||
## Environment variable to set a runtime search path
|
||||
LDLIBRARYPATH_ENVVAR = LIBPATH
|
||||
|
||||
## Versioned target for a shared library.
|
||||
FINAL_SO_TARGET = $(basename $(SO_TARGET)).$(SO_TARGET_VERSION).$(SO)
|
||||
MIDDLE_SO_TARGET = $(basename $(SO_TARGET).$(SO))
|
||||
|
|
Loading…
Add table
Reference in a new issue