ICU-3389 Fix for non-Cygwin platforms.

X-SVN-Rev: 14827
This commit is contained in:
George Rhoten 2004-04-01 04:58:52 +00:00
parent e2dbedcc87
commit 2b89e7cde2

View file

@ -175,7 +175,7 @@ BINDIR=$(top_builddir)/bin
# Current full path directory.
CURR_FULL_DIR=$(shell pwd)
# Current full path directory for use in source code in a -D compiler option.
CURR_SRCCODE_FULL_DIR=$(subst \,\\\\,$(shell cygpath -wa .))
CURR_SRCCODE_FULL_DIR=$(shell pwd)
# Link commands to link to ICU libs
LIBICUDT= -L$(LIBDIR) -l$(ICUPREFIX)data$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX)