ICU-4420 Fix for MSVC 6 on Windows 98. cygpath is broken on Windows 98.

X-SVN-Rev: 17353
This commit is contained in:
George Rhoten 2005-03-17 21:08:13 +00:00
parent 78657af16d
commit b379ce94c7

View file

@ -121,7 +121,7 @@ LDFLAGSICUTOOLUTIL= /base:"0x4ac00000"# Same as layout. Layout and tools probabl
# The #M# is used to delete lines for icu-config
# Current full path directory.
CURR_FULL_DIR=$(shell cygpath -dma .)#M#
CURR_FULL_DIR=$(subst \,/,$(shell cygpath -da .))#M# -m isn't used because it doesn't work on Win98
# Current full path directory for use in source code in a -D compiler option.
CURR_SRCCODE_FULL_DIR=$(subst \,\\\\,$(shell cygpath -da .))#M#