~ubuntu-branches/ubuntu/gutsy/icu/gutsy

« back to all changes in this revision

Viewing changes to source/config/mh-cygwin

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2005-05-21 22:44:31 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: package-import@ubuntu.com-20050521224431-r7rktfhnu1n4tf1g
Tags: 2.1-2.1
Rename icu-doc to icu21-doc. icu-doc is built by the icu28 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
## Copyright (c) 2001, International Business Machines Corporation and
4
4
## others. All Rights Reserved.
5
5
##
6
 
## $Id: mh-cygwin,v 1.5 2002/01/04 23:48:42 yves-oss Exp $
 
6
## $Id: mh-cygwin,v 1.6 2002/03/19 18:13:48 yves-oss Exp $
7
7
 
8
8
## Commands to generate dependency files
9
9
GEN_DEPS.c=     $(CC) -E -MM $(DEFS) $(CPPFLAGS)
82
82
# Environment variable to set a runtime search path
83
83
LDLIBRARYPATH_ENVVAR = PATH
84
84
 
85
 
# Invoke, set library path for all ICU libraries.
86
 
INVOKE = $(LDLIBRARYPATH_ENVVAR)=$$$(LDLIBRARYPATH_ENVVAR):$(top_builddir)/common:$(top_builddir)/i18n:$(top_builddir)/tools/toolutil:$(top_builddir)/extra/ustdio:$(top_builddir)/tools/ctestfw:$(top_builddir)/data:$(top_builddir)/stubdata/
87
 
 
88
85
## End Cygwin-specific setup
89
86