mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-15 00:38:15 +00:00
Don't assume MKS toolkit.
This commit is contained in:
parent
d784dbf4af
commit
749df96d25
1 changed files with 7 additions and 0 deletions
7
expat/makedist.bat
Executable file
7
expat/makedist.bat
Executable 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
|
Loading…
Add table
Reference in a new issue