dosbox-x/cleanup
2014-04-25 23:55:05 -07:00

15 lines
618 B
Bash
Executable File

#!/bin/bash
make clean 2>/dev/null
make distclean 2>/dev/null
find -name \*~ -delete
rm -Rfv autom4te.cache
for i in DOSBox.exe DOSBox.map SDL.dll SDL.lib SDLmain.lib zlib.lib libpng.lib libpng16.lib libpng16.exp libpng16d.lib libpng16d.exp vc90.pdb; do rm -v $i >/dev/null 2>&1; done
for ext in aps pdb bsc exp obj ncb opt plg idb; do find -name \*.$ext -exec rm -v {} +; done
rm -Rfv visualc_net/Debug
rm -Rfv visualc_net/Release
rm -Rfv visualc_net/libpng/projects/visualc71/Win32_LIB_Debug
rm -Rfv visualc_net/libpng/projects/visualc71/Win32_LIB_Release
rm -Rfv vs2008/Debug vs2008/Release
rm -Rfv autom4te.cache