From a468fdca0eb380e6ea3d954d98b5995a45decbc9 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sat, 10 Jan 2015 16:16:05 +0100 Subject: Replace utfcpp submodule with partial subtree * Remove utfcpp submodule * Squashed 'lib/utfcpp/' content from commit 63cd498 git-subtree-dir: lib/utfcpp git-subtree-split: 63cd4984464e875546b4a91918be7355357a3a68 * Merge commit '82003f30ba8ba436cf7cef380155f50ed4242b37' as 'lib/utfcpp' * Remove needless utfcpp subtree files * Change include path to utfcpp Signed-off-by: Alexis Hildebrandt --- lib/utfcpp/v2_0/samples/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/utfcpp/v2_0/samples/Makefile (limited to 'lib/utfcpp/v2_0/samples/Makefile') diff --git a/lib/utfcpp/v2_0/samples/Makefile b/lib/utfcpp/v2_0/samples/Makefile new file mode 100644 index 00000000..6cdd3c85 --- /dev/null +++ b/lib/utfcpp/v2_0/samples/Makefile @@ -0,0 +1,5 @@ +CC = g++ +CFLAGS = -g -Wall -pedantic + +docsample: docsample.cpp ../source/utf8.h + $(CC) $(CFLAGS) docsample.cpp -odocsample -- cgit v1.2.3