Makefile-win32 didn't run until you had run ./configure.
[wvapps.git] / configure
blobfc9705a427a08e156a7392ee8a654d0d860045a0
1 #!/bin/sh
3 rm -f config.mk
4 cat >config.mk <<-EOF
5 WVMAKEFILE=Makefile
6 EOF
8 make wvports/xplc wvports/openssl
10 echo "--> Configuring WvStreams..."
11 (cd wvstreams && make runconfigure)
12 (cd wvstreams && ./configure \
13 --enable-debug \
14 --disable-optimization \
15 --disable-exceptions \
16 --with-xplc=../wvports/xplc/build/xplc \
17 --with-openssl=../wvports/openssl/build/openssl \
18 "$@") || exit $?