forked from gitter-badger/DeathCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrevision_data.h.in.cmake
More file actions
17 lines (17 loc) · 909 Bytes
/
revision_data.h.in.cmake
File metadata and controls
17 lines (17 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __REVISION_DATA_H__
#define __REVISION_DATA_H__
#define _HASH "@rev_hash@"
#define _DATE "@rev_date@"
#define _BRANCH "@rev_branch@"
#define _CMAKE_COMMAND R"(@CMAKE_COMMAND@)"
#define _SOURCE_DIRECTORY R"(@CMAKE_SOURCE_DIR@)"
#define _BUILD_DIRECTORY R"(@BUILDDIR@)"
#define _MYSQL_EXECUTABLE R"(@MYSQL_EXECUTABLE@)"
#define _FULL_DATABASE "DC-DB_full_world_335.61_2016_04_11.sql"
#define VER_COMPANYNAME_STR "Noffearr Death ProjecT™ Developers"
#define VER_LEGALCOPYRIGHT_STR "(c)2008-2016 DeathCore"
#define VER_FILEVERSION 0,0,0
#define VER_FILEVERSION_STR "@rev_hash@ @rev_date@ (@rev_branch@ branch)"
#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
#endif // __REVISION_DATA_H__