mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 10:37:17 -07:00
Fix build dates (#194)
* Delete build.c * Update build.c * Update soh.vcxproj
This commit is contained in:
parent
7d26b322f5
commit
73ede53447
3 changed files with 1 additions and 16 deletions
|
@ -1,8 +1,4 @@
|
|||
const char gBuildVersion[] = "DECKARD ALFA (1.0.0)";
|
||||
const char gBuildTeam[] = "github.com/harbourmasters";
|
||||
#ifdef __TIMESTAMP__
|
||||
const char gBuildDate[] = __TIMESTAMP__;
|
||||
#else
|
||||
const char gBuildDate[] = __DATE__ " " __TIME__;
|
||||
#endif
|
||||
const char gBuildMakeOption[] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue