blob: 89a3057fa84fcda11d5fb9fc5890082be8fc9ab5 [file] [log] [blame]
@echo off
rem Cleans away all binary output from building liblouis with VS.
pushd "%CD%"
cd %~dp0
erase *.obj
erase liblouis*.dll
erase liblouis*.exp
erase liblouis*.lib
popd
@echo on