Don't assume MKS toolkit.

This commit is contained in:
James Clark 2000-05-10 05:16:44 +00:00
parent d784dbf4af
commit 749df96d25

7
expat/makedist.bat Executable file
View File

@ -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