-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathrevision_data.h.in.cmake
20 lines (20 loc) · 1.12 KB
/
revision_data.h.in.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 _CMAKE_VERSION R"(@CMAKE_VERSION@)"
# define _CMAKE_HOST_SYSTEM R"(@CMAKE_HOST_SYSTEM_NAME@ @CMAKE_HOST_SYSTEM_VERSION@)"
# define _SOURCE_DIRECTORY R"(@CMAKE_SOURCE_DIR@)"
# define _BUILD_DIRECTORY R"(@BUILDDIR@)"
# define _MYSQL_EXECUTABLE R"(@MYSQL_EXECUTABLE@)"
# define _FULL_DATABASE "TDB_full_world_434.22011_2022_01_09.sql"
# define _HOTFIXES_DATABASE "TDB_full_hotfixes_434.22011_2022_01_09.sql"
# define VER_COMPANYNAME_STR "FirelandsCore Developers"
# define VER_LEGALCOPYRIGHT_STR "(c)2008-@rev_year@ FirelandsCore"
# 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__