Index: config_office/set_soenv.in =================================================================== RCS file: /cvs/tools/config_office/set_soenv.in,v retrieving revision 1.10.2.5 diff -u -r1.10.2.5 set_soenv.in --- config_office/set_soenv.in 26 Jul 2003 05:54:38 -0000 1.10.2.5 +++ config_office/set_soenv.in 26 Jul 2003 13:01:17 -0000 @@ -1129,9 +1129,8 @@ { $PATH .= $ps.'$CYGWIN'; } - $PATH .= $ps.'$SRC_ROOT'.$ds."dmake". - $ps.$noldPATH. - $ps_STLPORT_LIB; + $PATH .= $ps.$noldPATH. + $ps_STLPORT_LIB; } elsif ($platform eq $Macosx) @@ -1781,6 +1780,7 @@ { ToFile( "build the dmake executable.", $empty, "c"); ToFile( "if not exist \%SRC_ROOT\\dmake\\dmake.exe (cd \%SRC_ROOT\\dmake \^ call make.bat win95-vpp40 \^ cd \%SRC_ROOT)", $empty, "x"); + ToFile( "if not exist \%SOLARENV\\\%OUTPATH\\bin\\dmake.exe ( mkdir /S \%SOLARENV\\\%OUTPATH\\bin \^ copy dmake\\dmake.exe \%SOLARENV\\\%OUTPATH\\bin\\dmake.exe )", $empty, "x"); ToFile( " ", $empty, "x"); } # on solaris, set GNUCOPY and GNUPATCH