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:
Yves Arrouye 2000-04-07 01:22:47 +00:00
parent 318f3cb528
commit 4937f212fa

View file

@ -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@ \