5 .
/configure
--target=pentium-windows \
8 --enable-all-optimizations \
14 --enable-save-restore \
18 --with-win32 --with-rfb --with-nogui
22 # Fix up all makefiles so that nmake can handle them.
23 for i
in `find . -name Makefile`; do
24 echo Removing curly brackets
in $i for NMAKE.
26 sed -e 's/{/(/g' -e 's/}/)/g' < $i.tmp
> $i