build: Simplify .bat
files for building multiple locales
#255
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?
In places we have multiple (old) Windows batch scripts, for building each locale:
build_XX.bat
.$1
), with a default fallback (en_US ?)..bat
format, or we can move to more modern.cmd
? What is the minimum Win version we want to support?Recently @Burer posted that individual program
.bat
build scripts are no-longer supported. Is there a plan to remove them?It seems reasonable to maintain the ability to build under Windows...