]> granicus.if.org Git - libexpat/commitdiff
Don't assume MKS toolkit.
authorJames Clark <jjc@jclark.com>
Wed, 10 May 2000 05:16:44 +0000 (05:16 +0000)
committerJames Clark <jjc@jclark.com>
Wed, 10 May 2000 05:16:44 +0000 (05:16 +0000)
expat/makedist.bat [new file with mode: 0755]

diff --git a/expat/makedist.bat b/expat/makedist.bat
new file mode 100755 (executable)
index 0000000..2160208
--- /dev/null
@@ -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