diff --git a/expat/makedist.bat b/expat/makedist.bat new file mode 100755 index 00000000..21602088 --- /dev/null +++ b/expat/makedist.bat @@ -0,0 +1,7 @@ +xcopy /y xmltok\Release\xmltok.lib lib +xcopy /y xmlparse\Release\xmlparse.lib lib +rm -f expat.zip +cd .. +sed -e 's;^^;expat/;' expat\files.txt | zip -qr expat\expat.zip -@ -ll +sed -e 's;^^;expat/;' expat\win32files.txt | zip -qr expat\expat.zip -@ +cd expat