mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-19 19:53:38 +00:00
9 lines
260 B
Bash
Executable file
9 lines
260 B
Bash
Executable file
xcopy xmltok\\Release\\xmltok.lib lib
|
|
xcopy xmlparse\\Release\\xmlparse.lib lib
|
|
rm -fr expat
|
|
mkdir expat
|
|
tar cf - `cat files.txt win32files.txt` | (cd expat; tar xf -)
|
|
(cd expat; flip -u `cat ../files.txt`)
|
|
rm -f expat.zip
|
|
zip -qr expat.zip expat
|
|
rm -fr expat
|