diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-14 11:39:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-14 11:39:21 +0200 |
commit | ce8a94e6a76097ef7eeb34df4257991a20599712 (patch) | |
tree | 5e83b9d083f486a6efe889102f7c2a815e6a06c6 /build/utility.cxx | |
parent | ab4421747146aa7995f0cfb1a639c9121c82c915 (diff) |
Track file extension in target, prerequisite
Diffstat (limited to 'build/utility.cxx')
-rw-r--r-- | build/utility.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
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 <build/utility> + +using namespace std; + +namespace build +{ + string_pool extension_pool; +} |