mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-212 please be nice, whenever you -I$(top_srcdir)/common (or
something to that effect), also -I$(top_builddir)/common, since that is where unicode/platform.h is generated. X-SVN-Rev: 1091
This commit is contained in:
parent
318f3cb528
commit
4937f212fa
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ CLEANFILES = *~
|
|||
TARGET = gentest
|
||||
|
||||
DEFS = @DEFS@
|
||||
CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/common -I$(srcdir)/../toolutil
|
||||
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(srcdir)/../toolutil
|
||||
CFLAGS = @CFLAGS@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
LDFLAGS = @LDFLAGS@ \
|
||||
|
|
Loading…
Add table
Reference in a new issue