2
0
Эх сурвалжийг харах

* fixed resource compiler search if no utilty directory was given

florian 22 жил өмнө
parent
commit
0210c33f15

+ 5 - 1
compiler/comprsrc.pas

@@ -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