mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Improved win32 file version information
This commit is contained in:
parent
baee91bf78
commit
3e52dd5c68
5 changed files with 77 additions and 2 deletions
14
src/config.h
14
src/config.h
|
@ -36,6 +36,20 @@
|
|||
#define USE_LEVELDB CMAKE_USE_LEVELDB
|
||||
#undef USE_LUAJIT
|
||||
#define USE_LUAJIT CMAKE_USE_LUAJIT
|
||||
#undef VERSION_MAJOR
|
||||
#define VERSION_MAJOR CMAKE_VERSION_MAJOR
|
||||
#undef VERSION_MINOR
|
||||
#define VERSION_MINOR CMAKE_VERSION_MINOR
|
||||
#undef VERSION_PATCH
|
||||
#define VERSION_PATCH CMAKE_VERSION_PATCH
|
||||
#undef VERSION_PATCH_ORIG
|
||||
#define VERSION_PATCH_ORIG CMAKE_VERSION_PATCH_ORIG
|
||||
#undef VERSION_STRING
|
||||
#define VERSION_STRING CMAKE_VERSION_STRING
|
||||
#undef PRODUCT_VERSION_STRING
|
||||
#define PRODUCT_VERSION_STRING CMAKE_PRODUCT_VERSION_STRING
|
||||
#undef VERSION_EXTRA_STRING
|
||||
#define VERSION_EXTRA_STRING CMAKE_VERSION_EXTRA_STRING
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue