Paweł Bylica
8 years ago
8 changed files with 16 additions and 75 deletions
@ -1,7 +1,5 @@ |
|||
#pragma once |
|||
|
|||
#define ETH_PROJECT_VERSION "@PROJECT_VERSION@" |
|||
#define ETH_COMMIT_HASH @ETH_COMMIT_HASH@ |
|||
#define ETH_CLEAN_REPO @ETH_CLEAN_REPO@ |
|||
#define ETH_BUILD_TYPE @ETH_BUILD_TYPE@ |
|||
#define ETH_BUILD_PLATFORM @ETH_BUILD_PLATFORM@ |
|||
#define ETH_BUILD_TYPE "@ETH_BUILD_TYPE@" |
|||
#define ETH_BUILD_PLATFORM "@ETH_BUILD_PLATFORM@" |
|||
|
@ -1,27 +0,0 @@ |
|||
/*
|
|||
This file is part of cpp-ethereum. |
|||
|
|||
cpp-ethereum is free software: you can redistribute it and/or modify |
|||
it under the terms of the GNU General Public License as published by |
|||
the Free Software Foundation, either version 3 of the License, or |
|||
(at your option) any later version. |
|||
|
|||
cpp-ethereum is distributed in the hope that it will be useful, |
|||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
GNU General Public License for more details. |
|||
|
|||
You should have received a copy of the GNU General Public License |
|||
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
|
|||
*/ |
|||
/** @file Common.cpp
|
|||
* @author Gav Wood <i@gavwood.com> |
|||
* @date 2014 |
|||
*/ |
|||
|
|||
#include "Common.h" |
|||
#include "Exceptions.h" |
|||
#include "Log.h" |
|||
#include "BuildInfo.h" |
|||
using namespace std; |
|||
using namespace dev; |
Loading…
Reference in new issue