From ce8a94e6a76097ef7eeb34df4257991a20599712 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Jan 2015 11:39:21 +0200 Subject: Track file extension in target, prerequisite --- build/utility.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build/utility.cxx (limited to 'build/utility.cxx') diff --git a/build/utility.cxx b/build/utility.cxx new file mode 100644 index 0000000..f3fd51b --- /dev/null +++ b/build/utility.cxx @@ -0,0 +1,12 @@ +// file : build/utility.cxx -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#include + +using namespace std; + +namespace build +{ + string_pool extension_pool; +} -- cgit v1.1