program MakeRC; {$APPTYPE CONSOLE} uses MakeRCUtils in 'MakeRCUtils.pas', JTools in '..\Common\JTools.pas'; begin Run; end.