X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..340931cb2e044a2141d11567dd0f782524e32994:/icuSources/samples/udata/Makefile diff --git a/icuSources/samples/udata/Makefile b/icuSources/samples/udata/Makefile index 525c6f9e..94676313 100644 --- a/icuSources/samples/udata/Makefile +++ b/icuSources/samples/udata/Makefile @@ -1,4 +1,7 @@ -# Copyright (c) 2000-2010 IBM, Inc. and others +# Copyright (C) 2016 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html#License +# +# Copyright (c) 2000-2012 IBM, Inc. and others # udata sample code # Usage: # - configure, build, install ICU @@ -56,10 +59,10 @@ distclean clean: # Can change this to LINK.c if it is a C only program # Can add more libraries here. $(TARGET1): $(OBJECTS1) - $(CC) -o $@ $^ $(LDFLAGS) + $(CXX) -o $@ $(LDFLAGS) $(TARGET2): $(OBJECTS2) - $(CC) -o $@ $^ $(LDFLAGS) + $(CXX) -o $@ $(LDFLAGS) -licui18n -licuuc # Make check: simply runs the sample, logged to a file check: $(TARGET1) $(TARGET2)