blob: 02d2d15b2256e1d6c39b9f0262d2d317f1e963c0 [file] [log] [blame]
@if "%VV32CALLED%"=="" goto call_vv32
:call_nmake
@nmake /NOLOGO install
@goto end
:call_vv32
@call vcvars32.bat > vc.tmp
@del vc.tmp
@set VV32CALLED="YES"
@goto call_nmake
:end