summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/win/x86/pack.bat
blob: 2d37eef1dbdcef313310c1310827a9e23aa95937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@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