From 8e761289a2446367267c6c0d9a26e734f0f78306 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Dec 2020 20:29:05 +0300 Subject: Get rid of legacy build systems and rename cutl/ to libcutl/ --- cutl/details/build2/config-stub.h | 5 ----- cutl/details/build2/config-vc-stub.h | 5 ----- cutl/details/build2/config-vc.h | 15 --------------- cutl/details/build2/config.h | 15 --------------- 4 files changed, 40 deletions(-) delete mode 100644 cutl/details/build2/config-stub.h delete mode 100644 cutl/details/build2/config-vc-stub.h delete mode 100644 cutl/details/build2/config-vc.h delete mode 100644 cutl/details/build2/config.h (limited to 'cutl/details/build2') diff --git a/cutl/details/build2/config-stub.h b/cutl/details/build2/config-stub.h deleted file mode 100644 index 791a66d..0000000 --- a/cutl/details/build2/config-stub.h +++ /dev/null @@ -1,5 +0,0 @@ -/* file : cutl/details/build2/config-stub.h - * license : GNU GPL v2; see accompanying LICENSE file - */ - -#include diff --git a/cutl/details/build2/config-vc-stub.h b/cutl/details/build2/config-vc-stub.h deleted file mode 100644 index a5dd5f7..0000000 --- a/cutl/details/build2/config-vc-stub.h +++ /dev/null @@ -1,5 +0,0 @@ -/* file : cutl/details/build2/config-vc-stub.h - * license : GNU GPL v2; see accompanying LICENSE file - */ - -#include diff --git a/cutl/details/build2/config-vc.h b/cutl/details/build2/config-vc.h deleted file mode 100644 index 364a0f8..0000000 --- a/cutl/details/build2/config-vc.h +++ /dev/null @@ -1,15 +0,0 @@ -/* file : cutl/details/build2/config-vc.h - * license : MIT; see accompanying LICENSE file - */ - -/* Configuration file for Windows/VC++ for the build2 build. */ - -#ifndef CUTL_DETAILS_CONFIG_VC_H -#define CUTL_DETAILS_CONFIG_VC_H - -/* Define LIBCUTL_BUILD2 for the installed case. */ -#ifndef LIBCUTL_BUILD2 -# define LIBCUTL_BUILD2 -#endif - -#endif /* CUTL_DETAILS_CONFIG_VC_H */ diff --git a/cutl/details/build2/config.h b/cutl/details/build2/config.h deleted file mode 100644 index fe5d9ae..0000000 --- a/cutl/details/build2/config.h +++ /dev/null @@ -1,15 +0,0 @@ -/* file : cutl/details/build2/config.h - * 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