No description
- Go 65.3%
- C 31.1%
- CMake 1.8%
- Lua 1.7%
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. |
||
|---|---|---|
| docs | ||
| lib | ||
| src | ||
| tests | ||
| .gitignore | ||
| CLAUDE.md | ||
| CMakeLists.txt | ||
| go.mod | ||
| howto.md | ||
| Makofile.example | ||