Files
egutierrez ca1bf5a59b feat(infra): auto-commit con 29 cambios
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 02:06:44 +02:00

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
cpp
build
cmake
windows
cross-compile
mingw
imgui
cpp-windows
false error_go_core
false
bash/functions/infra/build_cpp_windows.sh
name desc
target Nombre del target cmake a compilar (opcional, sin argumento compila todo)
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