mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-3852 changes for icuio library.
X-SVN-Rev: 15903
This commit is contained in:
parent
98920f3760
commit
ea1676d819
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ CPPFLAGS=$(shell icu-config --cppflags)
|
|||
CFLAGS=$(shell icu-config --cflags)
|
||||
CXXFLAGS=$(shell icu-config --cxxflags)
|
||||
LDFLAGS =$(shell icu-config --ldflags)
|
||||
LDFLAGS_USTDIO =$(shell icu-config --ldflags-ustdio)
|
||||
LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
|
||||
INVOKE=$(shell icu-config --invoke)
|
||||
GENRB=$(shell icu-config --invoke=genrb)
|
||||
GENRBOPT=--package-name $(RESNAME)
|
||||
|
|
|
@ -39,7 +39,7 @@ $(ICU_PATH)/source/tools/toolutil/uoptions.h:
|
|||
@false
|
||||
|
||||
CPPFLAGS += -I$(ICU_PATH)/source/tools/toolutil
|
||||
LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-ustdio)
|
||||
LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icuio)
|
||||
|
||||
.PHONY: all clean distclean check report
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue