Files
wren/script
Bob Nystrom 149da8fc9a feat: add libuv dependency and Windows build support to MSVC project
Add libuv library path to both Debug and Win32 configurations in the MSVC project file, include timer module source and header files in the project filters, and implement the Windows libuv build script by calling vcbuild.bat instead of exiting with an unimplemented error. Also add a cross-platform remove_dir helper to handle directory cleanup on Windows where shutil.rmtree fails on readonly files.
2015-08-21 05:07:34 +00:00
..