X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..08b89b0a244153b9f5bbb2f49c55ab0f7298122e:/icuSources/samples/defs.mk diff --git a/icuSources/samples/defs.mk b/icuSources/samples/defs.mk index bbfce88e..1ff77f3e 100644 --- a/icuSources/samples/defs.mk +++ b/icuSources/samples/defs.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2002 IBM, Inc. and others +# Copyright (c) 2002-2012 IBM, Inc. and others # Sample code makefile definitions CLEANFILES=*~ $(TARGET).out @@ -10,14 +10,14 @@ CXX=$(shell icu-config --cxx) 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 =$^ $(shell icu-config --ldflags) +LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio) INVOKE=$(shell icu-config --invoke) GENRB=$(shell icu-config --invoke=genrb) -GENRBOPT=--package-name $(RESNAME) +GENRBOPT= PKGDATA=$(shell icu-config --invoke=pkgdata) SO=$(shell icu-config --so) -PKGDATAOPTS=-v -d . +PKGDATAOPTS=-r $(shell icu-config --version) -w -v -d . # default - resources in same mode as ICU RESMODE=$(shell icu-config --icudata-mode) @@ -25,4 +25,4 @@ RESMODE=$(shell icu-config --icudata-mode) ### Project independent things (common) ### We depend on gmake for the bulk of the work -RMV=rm -rf \ No newline at end of file +RMV=rm -rf