test commit on paul's request

git-svn-id: trunk@13476 -
This commit is contained in:
vincents 2007-12-27 09:22:24 +00:00
parent 040d583e20
commit 5006db00ee

View File

@ -89,7 +89,7 @@ begin
SysUtils.GetEnvironmentVariable('PATH'),';',
[]);
if Result <> '' then exit;
Result := DefaultDrive + '\pp\bin\i386-win32\ppc386.exe';
Result := DefaultDrive + '\fpc\bin\i386-win32\ppc386.exe';
if not FileExists(Result) then Result:='';
end;