ICU-7232 forgot to add curr\supplementalData.res to the Windows build
X-SVN-Rev: 26897
This commit is contained in:
parent
82a2605390
commit
1be5303b73
@ -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\)
|
||||
|
Loading…
Reference in New Issue
Block a user