gpgme/build-w32
2000-11-23 15:28:15 +00:00

12 lines
194 B
Bash
Executable File

#!/bin/sh
target=i386--mingw32
host=`./config.guess`
CC="${target}-gcc"
CPP="${target}-gcc -E"
RANLIB="${target}-ranlib"
export CC CPP RANLIB
./configure --host=${host} --target=${target} $*