spiegel-keyman/mac/mcompile
Marc Durdin f394245636 maint(common): consolidate builder scripts
Clarifies the confusing builder.inc.sh / build-utils.sh distinction by
giving the scripts more appropriate names. Most build scripts should use
builder-full.inc.sh; some helper scripts can use builder-basic.inc.sh.
Documented in resources/build/README.md.

Renames:
* resources/build/builder.inc.sh to resources/build/builder-full.inc.sh
* resources/build/build-utils.sh to resources/build/builder-basic.inc.sh

Other changes:
* Moves Android-specific functions out of builder-basic.inc.sh and into
  android/build.sh.
* Renames functions in builder-basic.inc.sh

More functions may be moved from builder-basic.inc.sh into utils.inc.sh
or other scripts in the future.

Fixes: #14065
Build-bot: build all
Test-bot: skip
2025-08-02 08:11:24 +10:00
..
.gitignore feat(mac): add build.sh 2024-08-14 16:00:27 +02:00
build.sh maint(common): consolidate builder scripts 2025-08-02 08:11:24 +10:00
keymap.cpp feat (mac): set OPtimize Option to -O2; resolve problem in UCKeyTranslate: check noErr only after 2nd use of UCKeyTranslate 2024-10-02 17:38:20 +02:00
keymap.h chore (mac): remove argc, use VK_SPACE, use _countof() 2024-09-13 09:50:42 +02:00
mc_import_rules.cpp refactor(mac): use km_types from common 2024-08-14 14:09:58 +02:00
mc_import_rules.h feat(mac): swapped comments 2024-08-06 10:58:28 +02:00
mc_kmxfile.cpp chore(mac): change bitmapoffset + bitmapsize to prevent buffer problems 2024-09-09 18:09:15 +02:00
mc_kmxfile.h feat(mac): mcompile remove u16, kmx_file from mcompile-mac and use from common 2024-08-14 15:33:14 +02:00
mcompile.cpp feat (mac): new message if SaveKeyboard fails 2024-10-08 18:56:03 +02:00
mcompile.h chore (mac): mac_run and minor things (edits, comments,...) 2024-09-12 18:16:11 +02:00
meson.build maint(common): use cpp_std=c++17 in meson project default_options 2025-08-01 10:23:57 +10:00