mirror of https://github.com/emgucv/emgucv.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
601 B
59 lines
601 B
REM go to the folder of the current script
|
|
pushd %~p0
|
|
|
|
cd ..
|
|
|
|
cd vtk
|
|
git clean -d -f -x "."
|
|
cd ..
|
|
|
|
cd freetype2
|
|
git clean -d -f -x "."
|
|
cd ..
|
|
|
|
cd harfbuzz
|
|
git clean -d -f -x "."
|
|
cd ..
|
|
|
|
cd opencv
|
|
git clean -d -f -x "."
|
|
cd ..
|
|
|
|
cd opencv_contrib
|
|
git clean -d -f -x "."
|
|
cd ..
|
|
|
|
cd opencv_extra
|
|
git clean -d -f -x "."
|
|
cd ..
|
|
|
|
cd Emgu.CV.Extern
|
|
|
|
cd cvblob
|
|
cd libcvblob
|
|
git clean -d -f -x "."
|
|
cd ..
|
|
cd ..
|
|
|
|
cd tesseract
|
|
cd libtesseract
|
|
|
|
cd tesseract-ocr.git
|
|
git clean -d -f -x "."
|
|
cd ..
|
|
|
|
cd leptonica
|
|
cd leptonica.git
|
|
git clean -d -f -x "."
|
|
cd ..
|
|
cd ..
|
|
|
|
cd ..
|
|
|
|
cd ..
|
|
|
|
cd ..
|
|
|
|
git clean -d -f -x "."
|
|
|
|
popd
|