mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue