-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[49_6] Move OS_XXX from config.h.xmake to tm_configure.hpp.xmake
- Loading branch information
Showing
6 changed files
with
35 additions
and
109 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
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,5 +1,16 @@ | ||
#define BUILD_USER "@CONFIG_USER@" | ||
#define BUILD_DATE "@VERSION_BUILD@" | ||
#define TEXMACS_VERSION "@VERSION@" | ||
#define LOLLY_VERSION "@LOLLY_VERSION@" | ||
#define XMACS_VERSION "@XMACS_VERSION@" | ||
#ifndef TM_CONFIGURE_H | ||
#define TM_CONFIGURE_H | ||
|
||
#define BUILD_USER "${CONFIG_USER}" | ||
#define BUILD_DATE "${VERSION_BUILD}" | ||
#define LOLLY_VERSION "${LOLLY_VERSION}" | ||
#define XMACS_VERSION "${XMACS_VERSION}" | ||
#define TEXMACS_VERSION "${TEXMACS_VERSION}" | ||
|
||
${define OS_MINGW} | ||
${define OS_GNU_LINUX} | ||
${define OS_MACOS} | ||
${define OS_WIN} | ||
${define OS_WASM} | ||
|
||
#endif // defined TM_CONFIGURE_H |
This file was deleted.
Oops, something went wrong.
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