-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up maxrversion.h/autoversion.h.in
- No longer handle MACRO `NIGHTLY_BUILD` - `PACKAGE_VERSION` is no longer providable - Always show git desc - Remove MACRO `BUILD_DATADIR` - [Premake]: generate "autoversion.h"
- Loading branch information
Showing
5 changed files
with
71 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
|
||
# define MAX_BUILD_DATE ((std::string)__DATE__ + " " + __TIME__) | ||
|
||
# ifdef NIGHTLY_BUILD | ||
# define PACKAGE_REV "GIT Hash ${GIT_DESC}" | ||
# elif NDEBUG | ||
# define PACKAGE_REV "Releaseversion" | ||
# else | ||
# define PACKAGE_REV "GIT Hash ${GIT_DESC}" | ||
# endif | ||
#define GIT_DESC "${GIT_DESC}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters