summaryrefslogtreecommitdiff
path: root/win32/vssetup.cmd
AgeCommit message (Collapse)Author
2025-10-10win32: Enable extensions explicitlyNobuyoshi Nakada
2025-10-01win32: Setup prerelease version of Visual StudioNobuyoshi Nakada
2025-08-11Win: Use `@` instead of `echo off` in `vssetup.cmd`Nobuyoshi Nakada
`echo off` affects the batch files called from this file as well.
2025-06-01Win: Use `VsDevCmd.bat` instead of old `vcvarsall.bat`Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/13490
2025-05-30Win: Add scripts to install and setupNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/13473