ICU-3389 Partially fix static libraries that come out of pkgdata
X-SVN-Rev: 14796
This commit is contained in:
parent
98f7496eef
commit
2f36f0f0fa
@ -3,7 +3,7 @@
|
||||
## Copyright (c) 2001-2004, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-cygwin-msvc,v 1.18 2004/03/29 22:31:23 grhoten-oss Exp $
|
||||
## $Id: mh-cygwin-msvc,v 1.19 2004/03/29 22:48:08 grhoten-oss Exp $
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= :
|
||||
@ -59,6 +59,10 @@ STATIC_O = o
|
||||
# OUTOPT is for creating a specific output name
|
||||
OUTOPT = /out:
|
||||
|
||||
# Static library prefix and file extension
|
||||
LIBSICU = $(STATIC_PREFIX)$(ICUPREFIX)
|
||||
A = lib
|
||||
|
||||
## An import library is needed for z/OS and MSVC
|
||||
IMPORT_LIB_EXT = .lib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user