build: Simplify .bat files for building multiple locales #255

Open
opened 2025-05-24 14:14:18 +02:00 by ace-dent · 1 comment
Member

In places we have multiple (old) Windows batch scripts, for building each locale: build_XX.bat.

  • For any program we should have just one batch script, that can accept locale as a parameter ($1), with a default fallback (en_US ?).
  • Is it necessary to support old .bat format, or we can move to more modern .cmd? What is the minimum Win version we want to support?
In places we have multiple (old) Windows batch scripts, for building each locale: `build_XX.bat`. - [ ] For any program we should have just one batch script, that can accept locale as a parameter (`$1`), with a default fallback (en_US ?). - [ ] Is it necessary to support old `.bat` format, or we can move to more modern `.cmd`? What is the minimum Win version we want to support?
ace-dent added the
Kind
Build
Category/General
Priority
Low
labels 2025-05-24 14:14:18 +02:00
Author
Member

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...

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...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#255
No description provided.