mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-1748 non multithreaded build, location of AR and RANLIB
X-SVN-Rev: 8045
This commit is contained in:
parent
70b7817967
commit
63673a298a
1 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
#******************************************************************************
|
||||
# Copyright (C) 1999-2001, International Business Machines
|
||||
# Corporation and others. All Rights Reserved.
|
||||
# $Revision: 1.25 $
|
||||
# $Revision: 1.26 $
|
||||
#******************************************************************************
|
||||
# This Makefile is designed to be included into projects which make use
|
||||
# of the ICU.
|
||||
|
@ -58,7 +58,9 @@ LIB_VERSION = @LIB_VERSION@
|
|||
LIB_VERSION_MAJOR = @LIB_VERSION_MAJOR@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
||||
AIX_SHLIB = @AIX_SHLIB@
|
||||
AR = @AR@
|
||||
RANLIB = @RANLIB@
|
||||
# Commands to make a shared library
|
||||
# (Overridden when necessary in -mh files)
|
||||
SHLIB.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared
|
||||
|
|
Loading…
Add table
Reference in a new issue