libexpat/expat/makedist.ksh

10 lines
260 B
Bash
Raw Normal View History

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