Hi Alexandre,
Was this dropped? On my laptop (a 600mhz Pentium with 128mb of ram, so not too pokey) attempting to build the winetest binary actually kills the build dead. It ends up attempting to feed ~20mb of data to gas which doesn't make it very happy. I guess I misphrased it - it's not for slower machines, it's for machines with less memory.
There's not much reason to run the entire winetest binary on Wine itself, so why do we always build it ?
thanks -mike
Mike Hearn <mike_at_navi.cx> Don't compile winetest as part of the main build to avoid problems on low memory machines.
--- programs/winetest/Makefile.in.~1.30.~ 2004-07-22 20:43:42.000000000 +0100 +++ programs/winetest/Makefile.in 2004-08-01 23:44:24.334453984 +0100 @@ -1,3 +1,7 @@ +# MKPROG_SKIP
+# This program must be built explicitly to make compiles on slower machines easier
TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@