Commit Graph
3 Commits
Author SHA1 Message Date
Mat Mariani d828968402 chore: replace libuv.py download/build with update_deps.py and build_libuv.py in PreBuildEvent
The PreBuildEvent commands in wren.vcxproj for Release|Win32, Release|x64, and Debug|x64 configurations are updated to use the new `update_deps.py` script for dependency management and `build_libuv.py` for building, replacing the previous `libuv.py download` and `libuv.py build` invocations.
2018-05-21 15:14:23 +00:00
Mat Mariani 85c0919991 fix: add explicit vs2017 argument to windows libuv build script
The build_libuv_windows function in util/build_libuv.py now appends "vs2017" to the vcbuild.bat arguments, ensuring the build targets Visual Studio 2017 instead of relying on the default compiler detection.
2018-05-21 05:57:50 +00:00
Mat Mariani e30afc3a6a fix: replace deprecated libuv scripts with update_deps and build_libuv in vs2017 wren PreBuildEvents 2018-05-21 05:25:38 +00:00