15 December 2016: Wouter
- iana portlist update
+ - 64bit is default for windows builds.
14 December 2016: Wouter
- Fix #1178: attempt to fix setup error at end, pop result values
Detected from svn working copy if not specified.
-wssl openssl.xx.tar.gz Also build openssl from tarball for windows dist.
-wxp expat.xx.tar.gz Also build expat from tarball for windows dist.
- -w64 64bit windows compile.
+ -w32 32bit windows compile.
-w ... Build windows binary dist. last args passed to configure.
EOF
exit 1
SNAPSHOT="no"
RC="no"
DOWIN="no"
-W64="no"
+W64="yes"
WINSSL=""
WINEXPAT=""
WINEXPAT="$2"
shift
;;
- "-w64")
- W64="yes"
+ "-w32")
+ W64="no"
shift
;;
"-w")