demos/aclock: Fix batch build file #257
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently in
build_all.bat
we have:See here.
But the code was moved from
trunk
and now uses FASM, with the commit here, by @IgorA and committed by @mxlgv ...build_all
code should either be fixed or removed.@mxlgv says that now
*.bat
files are removed from the repository. Only*.tup
are left. That's why I decided that there is no point in fixing thebuild_all.bat
file.We decided to remove
*.bat
files for separate programs, as they usually have literally one line likeBut
build_all.bat
provides nice function of automated build of big number of programs. So, can you fix it, please, as for now there is no any decision to delete it.I can commit fix by myself, but not sure, how should new command look. Like this?