blob: 62b72870823d3f77ef6feb4974044a25adeb1b2b [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