13 lines
356 B
Batchfile
Raw Normal View History

2020-08-30 11:54:41 +02:00
@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