Codebase list fceux / e1e3b1a
remove windows compiled help files and non-free Visual C files Joe Nahmias 10 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 # License: GPL-2+
33 set -e
44
5 extentions="bz2 dll exe gz lib zip"
5 extentions="bz2 chm dll exe gz lib zip"
66 for ext in ${extentions}; do
77 find . -name *.${ext} -print | \
88 while read i; do
1111 done
1212 done
1313
14 dirs="~attic src/drivers/win/directx"
14 dirs="~attic src/drivers/win/directx vc"
1515 for d in ${dirs}; do
1616 if [ -e "./${d}" ]; then
1717 echo "Removing './${d}'..."