4e8b5af6c4
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1.1 KiB
1.1 KiB
name, kind, lang, domain, version, purity, signature, description, tags, uses_functions, uses_types, returns, returns_optional, error_type, imports, tested, tests, test_file_path, file_path, params, output
| name | kind | lang | domain | version | purity | signature | description | tags | uses_functions | uses_types | returns | returns_optional | error_type | imports | tested | tests | test_file_path | file_path | params | output | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| build_cpp_windows | function | bash | infra | 1.0.0 | impure | build_cpp_windows(target?: string) -> void | Cross-compila las funciones y apps C++ del registry para Windows usando mingw-w64 |
|
false | error_go_core | false | bash/functions/infra/build_cpp_windows.sh |
|
Produce binarios .exe de Windows en cpp/build/windows/ |
build_cpp_windows
Cross-compila el proyecto C++ para Windows desde Linux usando el toolchain mingw-w64.
Los .exe resultantes incluyen runtime linkado estaticamente (self-contained).
fn run build_cpp_windows # Compilar todo
fn run build_cpp_windows chart_demo # Compilar solo chart_demo
Requiere mingw-w64: sudo apt install mingw-w64