Hi Peter. On 01/04/2012 04:06 PM, Peter Rosin wrote: >> --- lib/compile.orig Wed Jan 4 13:46:01 2012 >> +++ lib/compile Wed Jan 4 13:14:43 2012 >> @@ -40,7 +40,7 @@ >> >> # func_file_conv build_file lazy >> # Convert a $build file to $host form and store it in $file >> -# Currently only supports Win32 hosts. If the determined conversion >> +# Currently only supports native Windows hosts. If the determined conversion >> # type is listed in (the comma separated) LAZY, no conversion will >> # take place. >> func_file_conv () > > These two func_file_conv functions support Cygwin, so that should probably > be 'Windows hosts' (i.e. w/o native) given your above description? > I will fix (and other similar usages where it makes sense) before pushing the patch.
Thanks, Stefano