mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4420 Fix for MSVC 6 on Windows 98. cygpath is broken on Windows 98.
X-SVN-Rev: 17353
This commit is contained in:
parent
78657af16d
commit
b379ce94c7
1 changed files with 1 additions and 1 deletions
|
@ -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#
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue