ICU-7232 forgot to add curr\supplementalData.res to the Windows build

X-SVN-Rev: 26897
This commit is contained in:
Markus Scherer 2009-11-13 18:22:36 +00:00
parent 82a2605390
commit 1be5303b73

View File

@ -285,7 +285,7 @@ CURR_SOURCE=$(CURR_SOURCE) $(CURR_SOURCE_LOCAL)
!ENDIF
!IFDEF CURR_SOURCE
CURR_FILES = curr\root.txt $(CURR_ALIAS_SOURCE) $(CURR_SOURCE)
CURR_FILES = curr\root.txt supplementalData.txt $(CURR_ALIAS_SOURCE) $(CURR_SOURCE)
CURR_RES_FILES = $(CURR_FILES:.txt =.res curr\)
CURR_RES_FILES = $(CURR_RES_FILES:.txt=.res)
CURR_RES_FILES = $(CURR_RES_FILES:curr\ =curr\)