Sign in
chromium
/
external
/
liblouis-github
/
refs/tags/v3.24.0
/
.
/
windows
/
clean.bat
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