Skip to content
Snippets Groups Projects
Commit 7cb876a6 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Move gitinfo.bat to build directory

So it can be reused for other projects more easily
parent f0f8a4f8
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
File moved
@echo off
call gitinfo.bat
call ../build/gitinfo.bat
call build.bat "/p:Configuration=Release" %*
\ No newline at end of file
......@@ -121,7 +121,7 @@
<OutputFile>.\msvc.win32.dll.debug/sbbs.bsc</OutputFile>
</Bscmake>
<PreBuildEvent>
<Command>gitinfo.bat</Command>
<Command>..\build\gitinfo.bat</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
......@@ -173,7 +173,7 @@
<OutputFile>.\msvc.win32.dll.release/sbbs.bsc</OutputFile>
</Bscmake>
<PreBuildEvent>
<Command>gitinfo.bat</Command>
<Command>..\build\gitinfo.bat</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
......
......@@ -117,7 +117,7 @@
<OutputFile>.\msvc.win32.dll.debug/sbbs.bsc</OutputFile>
</Bscmake>
<PreBuildEvent>
<Command>gitinfo.bat</Command>
<Command>..\build\gitinfo.bat</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
......@@ -169,7 +169,7 @@
<OutputFile>.\msvc.win32.dll.release/sbbs.bsc</OutputFile>
</Bscmake>
<PreBuildEvent>
<Command>gitinfo.bat</Command>
<Command>..\build\gitinfo.bat</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment