No description
  • Go 65.3%
  • C 31.1%
  • CMake 1.8%
  • Lua 1.7%
Find a file
Sky Johnson b9f8aab249 Add .exe extension to Windows executables
Windows executables require the .exe extension to be recognized and
executed properly. Updated the build process to automatically append
.exe to executable names on Windows.

Changes:
- Add .exe extension in Build() and buildWithSources() when creating
  the executable output path on Windows
- Update GetOutputPath() to return .exe extension for executables
  on Windows (consistent with .dll handling for shared libraries)

Fixes issue where Windows binaries were created without .exe extension.
2026-01-24 15:08:17 -06:00
docs First commit 2026-01-03 09:23:45 -06:00
lib Add .exe extension to Windows executables 2026-01-24 15:08:17 -06:00
src Change auto-detection to explicit library inclusion. Bump minor version. 2026-01-24 11:31:05 -06:00
tests Change auto-detection to explicit library inclusion. Bump minor version. 2026-01-24 11:31:05 -06:00
.gitignore Simplify and improve CLI, add lua test project 2026-01-03 11:50:04 -06:00
CLAUDE.md Change auto-detection to explicit library inclusion. Bump minor version. 2026-01-24 11:31:05 -06:00
CMakeLists.txt Big usability improvements 2026-01-21 19:15:06 -06:00
go.mod First commit 2026-01-03 09:23:45 -06:00
howto.md Change auto-detection to explicit library inclusion. Bump minor version. 2026-01-24 11:31:05 -06:00
Makofile.example Big usability improvements 2026-01-21 19:15:06 -06:00