Files
Matt Ehrnschwender 21dcffbefd Initial release
2025-05-30 15:57:20 -04:00
..
2025-05-30 15:57:20 -04:00
2025-05-30 15:57:20 -04:00
2025-05-30 15:57:20 -04:00
2025-05-30 15:57:20 -04:00
2025-05-30 15:57:20 -04:00
2025-05-30 15:57:20 -04:00
2025-05-30 15:57:20 -04:00
2025-05-30 15:57:20 -04:00

Multiple Sources

Example for compiling and linking multiple source files.

Compiling

A minimal compile script is provided for compiling using MinGW GCC, Clang or MSVC.

These compile scripts are intended to be used as a reference for the command line flags needed to run boflink correctly and not as a project build script template.

MinGW GCC (Linux)

./compile-mingw.sh

Clang (Linux)

./compile-clang.sh

MSVC (Windows)

.\compile-msvc.ps1