Removes some old BuildInfo files

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-11-09 10:21:35 -08:00
parent 6b7b8c45a7
commit 0374215c00
5 changed files with 0 additions and 45 deletions
-11
View File
@@ -1,11 +0,0 @@
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#define AZCORE_BUILD_NUMBER 368
#define AZCORE_BUILD_DATE "Thu 10/10/2013"
#define AZCORE_BUILD_TIME "19:42:16.96"
#define AZCORE_SOURCE_CHANGELIST 2992189
@@ -1,11 +0,0 @@
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#define GM_BUILD_NUMBER 263
#define GM_BUILD_DATE "Fri 10/11/2013"
#define GM_BUILD_TIME "11:42:40.81"
#define GM_SOURCE_CHANGELIST 2992328
@@ -13,7 +13,6 @@
#include <GridMate/GridMate.h>
#include <GridMate/GridMateService.h>
#include <GridMate/GridMateEventsBus.h>
#include <GridMate/Version.h>
AZ_DEFINE_BUDGET(GridMate);
@@ -1,20 +0,0 @@
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#ifndef GRIDMATE_VERSION_H
#define GRIDMATE_VERSION_H 1
// buildversion.h is updated automatically when we release an SDK.
// It contians the folling defines (with example numbers)
// #define GM_BUILD_NUMBER 18
// #define GM_BUILD_DATE "Tue 06/09/2009"
// #define GM_BUILD_TIME "14:10:34.72"
#include <GridMate/BuildInfo.h>
#define GM_BUILD_VERSION 001 // Hundreds is a major version, tens in a minor. For instance 155 is 1.55.
#endif // GRIDMATE_VERSION_H
@@ -7,7 +7,6 @@
#
set(FILES
BuildInfo.h
EBus.h
Docs.h
GridMate.cpp
@@ -17,7 +16,6 @@ set(FILES
MathUtils.h
Memory.h
Types.h
Version.h
Carrier/Carrier.cpp
Carrier/Carrier.h
Carrier/Compressor.h