mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 17:59:09 +02:00
* fixed resource compiler search if no utilty directory was given
This commit is contained in:
parent
ef92577c9f
commit
0210c33f15
@ -79,6 +79,7 @@ var
|
|||||||
objused : boolean;
|
objused : boolean;
|
||||||
begin
|
begin
|
||||||
resbin:='';
|
resbin:='';
|
||||||
|
resfound:=false;
|
||||||
if utilsdirectory<>'' then
|
if utilsdirectory<>'' then
|
||||||
resfound:=FindFile(target_res.resbin+source_info.exeext,utilsdirectory,resbin);
|
resfound:=FindFile(target_res.resbin+source_info.exeext,utilsdirectory,resbin);
|
||||||
if not resfound then
|
if not resfound then
|
||||||
@ -154,7 +155,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.18 2003-03-23 23:20:38 hajny
|
Revision 1.19 2003-10-08 17:54:23 florian
|
||||||
|
* fixed resource compiler search if no utilty directory was given
|
||||||
|
|
||||||
|
Revision 1.18 2003/03/23 23:20:38 hajny
|
||||||
+ emx target added
|
+ emx target added
|
||||||
|
|
||||||
Revision 1.17 2003/01/30 21:45:40 peter
|
Revision 1.17 2003/01/30 21:45:40 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user