ICU-1220 \ is for escape. \\ is for backslash on Windows

X-SVN-Rev: 8244
This commit is contained in:
George Rhoten 2002-03-26 05:38:06 +00:00
parent eea2bf2492
commit 364b4d33ff

View File

@ -70,7 +70,7 @@ PATH = $(PATH);$(ICUP)\bin
.SUFFIXES : .ucm .cnv .dll .dat .res .txt .c
# We're including a list of resource files.
FILESEPCHAR=\
FILESEPCHAR=\\
!IF EXISTS("$(RESFILES)")
!INCLUDE "$(RESFILES)"