ICU-1600 We want to display the warnings usually.
X-SVN-Rev: 7562
This commit is contained in:
parent
f4aa41956f
commit
a45c5c5368
@ -325,12 +325,12 @@ CLEAN :
|
||||
# Batch infrence rule for creating transliterator resource files
|
||||
{$(ICUTRNS)}.txt.res::
|
||||
@echo Making Transliterator Resource Bundle files
|
||||
@"$(ICUTOOLS)\genrb\$(CFG)\genrb" -q -d"$(ICUDBLD)" $<
|
||||
@"$(ICUTOOLS)\genrb\$(CFG)\genrb" -d"$(ICUDBLD)" $<
|
||||
|
||||
# Inference rule for creating resource bundle files
|
||||
{$(ICULOC)}.txt.res::
|
||||
@echo Making Locale Resource Bundle files
|
||||
@"$(ICUTOOLS)\genrb\$(CFG)\genrb" -q -d"$(ICUDBLD)" $<
|
||||
@"$(ICUTOOLS)\genrb\$(CFG)\genrb" -d"$(ICUDBLD)" $<
|
||||
|
||||
# DLL version information
|
||||
"$(ICUDBLD)\icudata.res": "$(ICUMISC)\icudata.rc"
|
||||
|
Loading…
Reference in New Issue
Block a user