mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
Makefile can run comptime.bat from src\ too
This commit is contained in:
parent
1a56d48cd9
commit
071006bcb0
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ copy nul: /b +%1\comptime.c tmp.$$$ > nul
|
|||
move tmp.$$$ %1\comptime.c > nul
|
||||
|
||||
if exist .git goto gitrev
|
||||
if exist ..\.git goto gitrev
|
||||
if exist .svn goto svnrev
|
||||
goto filwri
|
||||
|
||||
|
|
Loading…
Reference in a new issue