mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-15 22:50:07 -04:00
73ede53447
* Delete build.c * Update build.c * Update soh.vcxproj
5 lines
193 B
C
5 lines
193 B
C
const char gBuildVersion[] = "DECKARD ALFA (1.0.0)";
|
|
const char gBuildTeam[] = "github.com/harbourmasters";
|
|
const char gBuildDate[] = __DATE__ " " __TIME__;
|
|
const char gBuildMakeOption[] = "";
|