From 8f3d3956b1e837c726859eb8bbe19dad79c54a42 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 29 Apr 2017 23:55:46 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- brep/version.in | 74 --------------------------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 brep/version.in (limited to 'brep/version.in') diff --git a/brep/version.in b/brep/version.in deleted file mode 100644 index a5b236e..0000000 --- a/brep/version.in +++ /dev/null @@ -1,74 +0,0 @@ -// file : brep/version.in -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -#ifndef BREP_VERSION // Note: using the version macro itself. - -// Note: using build2 standard versioning scheme. The numeric version format -// is AAABBBCCCDDDE where: -// -// AAA - major version number -// BBB - minor version number -// CCC - bugfix version number -// DDD - alpha / beta (DDD + 500) version number -// E - final (0) / snapshot (1) -// -// When DDDE is not 0, 1 is subtracted from AAABBBCCC. For example: -// -// Version AAABBBCCCDDDE -// -// 0.1.0 0000010000000 -// 0.1.2 0000010010000 -// 1.2.3 0010020030000 -// 2.2.0-a.1 0020019990010 -// 3.0.0-b.2 0029999995020 -// 2.2.0-a.1.z 0020019990011 -// -#define BREP_VERSION $brep.version.project_number$ULL -#define BREP_VERSION_STR "$brep.version.project$" -#define BREP_VERSION_ID "$brep.version.project_id$" - -#define BREP_VERSION_MAJOR $brep.version.major$ -#define BREP_VERSION_MINOR $brep.version.minor$ -#define BREP_VERSION_PATCH $brep.version.patch$ - -#define BREP_PRE_RELEASE $brep.version.pre_release$ - -#define BREP_SNAPSHOT $brep.version.snapshot_sn$ULL -#define BREP_SNAPSHOT_ID "$brep.version.snapshot_id$" - -#include - -$libbutl.check(LIBBUTL_VERSION, LIBBUTL_SNAPSHOT)$ - -#include - -$libbpkg.check(LIBBPKG_VERSION, LIBBPKG_SNAPSHOT)$ - -#include - -$libbbot.check(LIBBBOT_VERSION, LIBBBOT_SNAPSHOT)$ - -#include - -$libodb.check(LIBODB_VERSION, LIBODB_SNAPSHOT)$ - -#include - -$libodb-pgsql.check(LIBODB_PGSQL_VERSION, LIBODB_PGSQL_SNAPSHOT)$ - -// @@ Not really the correct place for the check since we don't use -// it here. -// -/* -#include - -$libstudxml.check(LIBSTUDXML_VERSION, LIBSTUDXML_SNAPSHOT)$ -*/ - -// For now these are the same. -// -#define LIBBREP_VERSION BREP_VERSION -#define LIBBREP_VERSION_STR BREP_VERSION_STR - -#endif // BREP_VERSION -- cgit v1.1