Sign in
nest-open-source
/
manifest_repos
/
liblouis-github
/
c4a5912cfbf6366501abfee055a6c89490f03746
/
.
/
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