ICU-3062 Add preliminary support for layout headers. Only works if USE_ICU_CONFIG is defined and ICU has been installed...
X-SVN-Rev: 14083
This commit is contained in:
parent
f9d594d2a0
commit
07e8572c18
@ -25,7 +25,7 @@
|
||||
|
||||
ifeq ($(USE_ICU_CONFIG),1)
|
||||
include $(shell icu-config --incfile)
|
||||
DIRS=$(shell icu-config --prefix)/include/unicode
|
||||
DIRS=$(shell icu-config --prefix)/include/unicode $(shell icu-config --prefix)/include/layout
|
||||
else
|
||||
include ../../config/Makefile.inc
|
||||
DIRS=../../../common/unicode ../../../i18n/unicode ../../../extra/ustdio/unicode
|
||||
@ -58,6 +58,7 @@ hdrdir:
|
||||
ln -s $$dir/*.h . ; \
|
||||
done
|
||||
rm unicode/pwin32.h
|
||||
@echo "COMPILE.cc = $(COMPILE.cc)"
|
||||
|
||||
cpptest:
|
||||
@echo "C++ test #######################################################"
|
||||
|
@ -58,3 +58,14 @@ usetiter.h
|
||||
loengine.h
|
||||
#the following are C++ also
|
||||
ustream.h
|
||||
symtable.h
|
||||
#layout, layoutex are C++ only
|
||||
LayoutEngine.h
|
||||
LEFontInstance.h
|
||||
LEGlyphFilter.h
|
||||
LELanguages.h
|
||||
LEScripts.h
|
||||
LESwaps.h
|
||||
LETypes.h
|
||||
ParagraphLayout.h
|
||||
RunArrays.h
|
||||
|
Loading…
Reference in New Issue
Block a user