demos/aclock: Fix batch build file #257
Reference in New Issue
Block a user
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.batwe have:See here.
But the code was moved from
trunkand now uses FASM, with the commit here, by @IgorA and committed by @mxlgv ...build_allcode should either be fixed or removed.@mxlgv says that now
*.batfiles are removed from the repository. Only*.tupare left. That's why I decided that there is no point in fixing thebuild_all.batfile.We decided to remove
*.batfiles for separate programs, as they usually have literally one line likeBut
build_all.batprovides 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?