Remove the almost always empty '350' directory

It's better to use two completely separate source trees than to try to
build two different versions of LibreOffice in the same one
This commit is contained in:
François Tigeot 2011-08-30 16:34:44 +02:00
parent 0200988f12
commit dec4bf14c8

View File

@ -938,10 +938,10 @@ $DEVROOT = '$SRC_ROOT';
$SOLARENV = PathFormat($SRC_ROOT.$SOLENV);
# Location of the solver tree.
if ('@LOCAL_SOLVER@' eq "DEFAULT")
{ $SOLARVER = $SRC_ROOT.$SOLVER.$ds.$UPD;
{ $SOLARVER = $SRC_ROOT.$SOLVER;
}
else
{ $SOLARVER = PathFormat('@LOCAL_SOLVER@').$ds.$UPD;
{ $SOLARVER = PathFormat('@LOCAL_SOLVER@');
}
#Location of Solar version.
$SOLARVERSION = '$SOLARVER';