From 6ca0af39ee6770ad8a0d23ef81f90dd9f9f3a029 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 28 Nov 2006 08:25:57 +0000 Subject: [PATCH] ICU-5452 Fix uconv to generate a proper pkgdata input file X-SVN-Rev: 20693 --- icu4c/source/extra/uconv/makedata.mak | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/source/extra/uconv/makedata.mak b/icu4c/source/extra/uconv/makedata.mak index 2ba70c843e8..21d5bc377a0 100644 --- a/icu4c/source/extra/uconv/makedata.mak +++ b/icu4c/source/extra/uconv/makedata.mak @@ -1,5 +1,5 @@ #********************************************************************** -#* Copyright (C) 1999-2004, International Business Machines Corporation +#* Copyright (C) 1999-2006, International Business Machines Corporation #* and others. All Rights Reserved. #********************************************************************** # nmake file for creating data files on win32 @@ -63,8 +63,8 @@ FILESEPCHAR= !ELSE !ERROR ERROR: cannot find "$(RESFILES)" !ENDIF -RB_FILES = $(RESSRC:.txt=.res) -RB_FILES = resources\$(RB_FILES:.res =.res resources\) +RES_FILES = $(RESSRC:.txt=.res) +RB_FILES = resources\$(RES_FILES:.res =.res resources\) RESOURCESDIR= # This target should build all the data files @@ -82,7 +82,7 @@ ALL : $(OUTPUT) "$(DLL_OUTPUT)\$(RESNAME).lib" : $(RB_FILES) $(RESFILES) @echo Building $(RESNAME).lib @"$(ICUTOOLS)\pkgdata" -f -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" -s "$(RESDIR)" <