Commit Graph

2 Commits

Author SHA1 Message Date
underscorediscovery
68902e25e9 feat: add 64bit-no-nan-tagging build config across gmake, premake, vs2017, and vs2019 projects
Introduce new build configuration "64bit-no-nan-tagging" for both 64-bit and 32-bit platforms, defining WREN_NAN_TAGGING=0 to disable NaN tagging in the Wren CLI. Update Makefiles, premake5.lua, and Visual Studio solution/project files to support the new config with appropriate compiler flags, linker settings, and platform-specific defines (e.g., _GNU_SOURCE on Linux, _DARWIN_* on macOS).
2020-05-28 04:51:00 +00:00
underscorediscovery
e0119fdbac feat: add premake and VS2019 project files for wren-cli with libuv and wren deps
Add initial build system configuration for the wren-cli command-line tool,
including a premake5.lua script defining workspace, project, and dependency
paths for libuv and wren, plus generated Visual Studio 2019 solution and
project files with Debug/Release and 32bit/64bit platform support.
2020-02-12 04:18:24 +00:00