blob: 981980eed693a1f5be5becce1594420d3c412e16 [file] [log] [blame]
@ECHO off
call vcvarsall x64
cd ..\libmpdec
if exist Makefile nmake clean
cd ..\vcbuild
if exist dist64 rd /q /s dist64
if exist dist32 rd /q /s dist32