faridz@apache.org wrote: > Author: faridz > Date: Thu Apr 5 12:28:50 2007 > New Revision: 525939 > [...] > ============================================================================== > --- incubator/stdcxx/trunk/etc/config/windows/build.wsf (original) > +++ incubator/stdcxx/trunk/etc/config/windows/build.wsf Thu Apr 5 12:28:50 2007 [...] > @@ -197,7 +212,7 @@ > } > > WScript.Echo("Compiling stdlib library...\n"); > - res = BuildProject(solutionBuild, "Projects\\stdlib.vcproj"); > + res = BuildProject(solutionBuild, ".stdlib"); We should rename stdlib to stdcxx everywhere for consistency. Martin