mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-164 link genrb with icui18n.lib because of .col file generation
X-SVN-Rev: 390
This commit is contained in:
parent
d76947d5e2
commit
66ab1aefe6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ CLEANFILES = *~
|
|||
TARGET = genrb
|
||||
|
||||
DEFS = @DEFS@
|
||||
CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/common
|
||||
CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/common -I$(top_srcdir)/i18n
|
||||
CFLAGS = @CFLAGS@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
LDFLAGS = @LDFLAGS@ \
|
||||
|
|
Loading…
Add table
Reference in a new issue