ICU-212 change includes and ICUDATADIR definitions to work outside of the source tree
X-SVN-Rev: 1228
This commit is contained in:
parent
e8bebfd0e8
commit
c879203ab5
@ -8,7 +8,7 @@ SHELL = @SHELL@
|
||||
VERSION = @VERSION@
|
||||
UNICODE_VERSION = @UNICODE_VERSION@
|
||||
|
||||
ICUDATADIR=$(top_builddir)/../data/
|
||||
ICUDATADIR=@DATABUILDDIR@
|
||||
UNICODEDATADIR=$(top_srcdir)/../data/unidata
|
||||
|
||||
## Install directory information
|
||||
@ -54,7 +54,7 @@ CLEANFILES = *~
|
||||
TARGET = genprops
|
||||
|
||||
DEFS = @DEFS@
|
||||
CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/common -I../toolutil
|
||||
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(srcdir)/../toolutil
|
||||
CFLAGS = @CFLAGS@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
LDFLAGS = @LDFLAGS@ \
|
||||
|
Loading…
Reference in New Issue
Block a user