summaryrefslogtreecommitdiffstats
path: root/build/win32/bindist.bat
blob: 91697a25cfaf39e241b12a6163bdbb24e00c0e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@if "%VV32CALLED%"=="" goto call_vv32

:call_nmake
@nmake /NOLOGO dist
@goto end

:call_vv32
@call vcvars32.bat > vc.tmp
@del vc.tmp
@set VV32CALLED="YES"
@goto call_nmake

:end