5 CONFIGHOST=--host=i586-mingw32msvc
6 CC=i586-mingw32msvc-gcc
9 RANLIB=i586-mingw32msvc-ranlib
14 make wvports
/zlib wvports
/xplc wvports
/openssl wvports
/dbus wvports
/boost
16 echo "--> Configuring WvStreams..."
17 (cd wvstreams
&& make -f Makefile-win32 runconfigure
)
18 (set -x; cd wvstreams
&& \
19 XCPPFLAGS
="-I../wvports/boost/build/boost" \
22 --disable-optimization \
23 --with-xplc=..
/wvports
/xplc
/build
/xplc \
24 --with-openssl=..
/wvports
/openssl
/build
/openssl \
25 --with-zlib=..
/wvports
/zlib
/build
/zlib \
26 --with-dbus=..
/wvports
/dbus
/build
/dbus \