summaryrefslogtreecommitdiff
path: root/bzlib-src/fixup-bzlib-src
blob: e5a207f6767a1d6df867c8b6d25a2a6a29f335a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# prepare fresh bzip2-* distro for the bzlib-src dir
for tst in dlltest.c dlltest.dsp mk251.c spewG.c unzcrash.c; do
  mv $tst tst-$tst
done
for win in libbz2.def libbz2.dsp makefile.msc tst-dlltest.c tst-dlltest.dsp; do
  mv $win win-$win
done
for c in Makefile*; do
  mv $c c-$c
done