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