From 783efe3b1649f3426613e3c151e47c33a854010c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Nov 2016 18:24:02 +0200 Subject: Add initial support for build2 build --- cutl/details/build2/config.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cutl/details/build2/config.h (limited to 'cutl/details/build2/config.h') diff --git a/cutl/details/build2/config.h b/cutl/details/build2/config.h new file mode 100644 index 0000000..f7547b6 --- /dev/null +++ b/cutl/details/build2/config.h @@ -0,0 +1,16 @@ +/* file : cutl/details/build2/config.h + * copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC + * license : MIT; see accompanying LICENSE file + */ + +/* Static configuration file for the build2 build. */ + +#ifndef CUTL_DETAILS_CONFIG_H +#define CUTL_DETAILS_CONFIG_H + +/* Define LIBCUTL_BUILD2 for the installed case. */ +#ifndef LIBCUTL_BUILD2 +# define LIBCUTL_BUILD2 +#endif + +#endif /* CUTL_DETAILS_CONFIG_H */ -- cgit v1.1