diff options
author | StormBytePP <stormbyte@gmail.com> | 2015-08-16 16:56:11 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2015-08-16 17:15:38 +0200 |
commit | 94f69fb1bcef103392ca27074ebb31ef2ebd27fb (patch) | |
tree | 2047bfd30ae9e34817327a01064835dbf495c9bb /revision_data.h.in.cmake | |
parent | 90c9290761ecb7849a036d82c2b93f64920164c6 (diff) |
Core/Build: Removed obsolete SystemConfig.h and made genrev be part of shared library, which allows cache hits to happen more likely
Diffstat (limited to 'revision_data.h.in.cmake')
-rw-r--r-- | revision_data.h.in.cmake | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/revision_data.h.in.cmake b/revision_data.h.in.cmake new file mode 100644 index 00000000000..d3ddf99bc37 --- /dev/null +++ b/revision_data.h.in.cmake @@ -0,0 +1,15 @@ +#ifndef __REVISION_DATA_H__ +#define __REVISION_DATA_H__ + #define _HASH "@rev_hash@" + #define _DATE "@rev_date@" + #define _BRANCH "@rev_branch@" + #define _SOURCE_DIRECTORY "@CMAKE_SOURCE_DIR@" + #define _MYSQL_EXECUTABLE "@MYSQL_EXECUTABLE@" + #define _FULL_DATABASE "TDB_full_world_335.59_2015_07_14.sql" + #define VER_COMPANYNAME_STR "TrinityCore Developers" + #define VER_LEGALCOPYRIGHT_STR "(c)2008-2015 TrinityCore" + #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__ |