view mafft/core/mingw64mingw32dll @ 18:e4d75f9efb90 draft

planemo upload commit b'4303231da9e48b2719b4429a29b72421d24310f4\n'-dirty
author nick
date Thu, 02 Feb 2017 18:44:31 -0500
parents
children
line wrap: on
line source

#!/usr/bin/env bash
export PATH=/home/mingw32/mingw32/bin:$PATH
export C_INCLUDE_PATH=/home/mingw32/mingw32/include
export LIBRARY_PATH=/home/mingw32/mingw32/lib
make clean
make ENABLE_MULTITHREAD="" dlls
rm -rf dll32
mkdir dll32
mv *.dll dll32/

export PATH=/home/mingw64/mingw64/bin:$PATH
export C_INCLUDE_PATH=/home/mingw64/mingw64/include
export LIBRARY_PATH=/home/mingw64/mingw64/lib
make clean
make ENABLE_MULTITHREAD="" dlls
rm -rf dll64
mkdir dll64
mv *.dll dll64/