mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Update build.c
This commit is contained in:
parent
cb2f475ba7
commit
5cd4a2a131
1 changed files with 0 additions and 4 deletions
|
@ -1,8 +1,4 @@
|
||||||
const char gBuildVersion[] = "DECKARD ALFA (1.0.0)";
|
const char gBuildVersion[] = "DECKARD ALFA (1.0.0)";
|
||||||
const char gBuildTeam[] = "github.com/harbourmasters";
|
const char gBuildTeam[] = "github.com/harbourmasters";
|
||||||
#ifdef __TIMESTAMP__
|
|
||||||
const char gBuildDate[] = __TIMESTAMP__;
|
|
||||||
#else
|
|
||||||
const char gBuildDate[] = __DATE__ " " __TIME__;
|
const char gBuildDate[] = __DATE__ " " __TIME__;
|
||||||
#endif
|
|
||||||
const char gBuildMakeOption[] = "";
|
const char gBuildMakeOption[] = "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue