blob: 2d37eef1dbdcef313310c1310827a9e23aa95937 [file] [log] [blame]
@rem Distributed under the OSI-approved BSD 3-Clause License. See accompanying
@rem file Copyright.txt or https://cmake.org/licensing for details.
call \msvc.bat && @echo on || exit /b
set PATH=C:\wix;C:\ninja;%PATH%
cd \cmake\src\cmake-build && (
for %%p in (%*) do (
bin\cpack -G %%p
)
) && ^
mkdir \out && ^
move cmake-*-win* \out