mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-22 16:18:50 -05:00
Fix build dates (#194)
* Delete build.c * Update build.c * Update soh.vcxproj
This commit is contained in:
parent
7d26b322f5
commit
73ede53447
@ -1,8 +0,0 @@
|
|||||||
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[] = "";
|
|
@ -112,9 +112,6 @@
|
|||||||
<GenerateMapFile>true</GenerateMapFile>
|
<GenerateMapFile>true</GenerateMapFile>
|
||||||
<MapExports>true</MapExports>
|
<MapExports>true</MapExports>
|
||||||
</Link>
|
</Link>
|
||||||
<PreBuildEvent>
|
|
||||||
<Command>copy /b $(ProjectDir)src\boot\build.c +,,</Command>
|
|
||||||
</PreBuildEvent>
|
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
@ -1407,4 +1404,4 @@
|
|||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -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…
Reference in New Issue
Block a user