12 lines
292 B
Plaintext
Raw Normal View History

2016-04-14 16:40:54 -04:00
#!/bin/zsh
mkdir expat-build
mkdir expat-install
cd expat-build
../expat-${Vw_EXPAT}/configure --host=i686-w64-mingw32
make
INSTALL_ROOT=$PWD/../expat-install make install
cd ../expat-install
i686-w64-mingw32-strip --remove-section=.comment --remove-section=.note --strip-unneeded **/*.dll