blob: 91697a25cfaf39e241b12a6163bdbb24e00c0e32 [file] [log] [blame]
@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