third_party.expat/expat/makedist.ksh

10 lines
260 B
Bash
Raw Normal View History

1998-12-11 05:09:22 +00:00
xcopy xmltok\\Release\\xmltok.lib lib
xcopy xmlparse\\Release\\xmlparse.lib lib
1998-06-21 08:22:49 +00:00
rm -fr expat
mkdir expat
1998-12-11 05:09:22 +00:00
tar cf - `cat files.txt win32files.txt` | (cd expat; tar xf -)
(cd expat; flip -u `cat ../files.txt`)
1998-06-21 08:22:49 +00:00
rm -f expat.zip
zip -qr expat.zip expat
rm -fr expat