ICU-8888 Add -w option to pkgdata build options in sample codes

X-SVN-Rev: 30919
This commit is contained in:
Michael Ow 2011-11-04 05:22:18 +00:00
parent b74ae536a7
commit 9c4d1dba98

View file

@ -17,7 +17,7 @@ GENRB=$(shell icu-config --invoke=genrb)
GENRBOPT=
PKGDATA=$(shell icu-config --invoke=pkgdata)
SO=$(shell icu-config --so)
PKGDATAOPTS=-r $(shell icu-config --version) -v -d .
PKGDATAOPTS=-r $(shell icu-config --version) -w -v -d .
# default - resources in same mode as ICU
RESMODE=$(shell icu-config --icudata-mode)