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
8e46377596 feat: add Visual Studio 2017 solution and project files for wren-cli
Add new projects/vs2017 directory containing wren-cli.sln solution file,
wren_cli.vcxproj project file with Debug/Release 32/64-bit configurations,
and wren_cli.vcxproj.filters file organizing source files into deps/libuv,
deps/wren, and src filter categories for the VS2017 build system.
2020-02-14 06:15:57 +00:00