diff --git a/tools/snapshots/checksnapshots.lpi b/tools/snapshots/checksnapshots.lpi index fbf24d6e63..bb60e9cc88 100644 --- a/tools/snapshots/checksnapshots.lpi +++ b/tools/snapshots/checksnapshots.lpi @@ -1,7 +1,7 @@ - + - + @@ -11,9 +11,6 @@ </General> - <VersionInfo> - <StringTable ProductVersion=""/> - </VersionInfo> <BuildModes Count="1"> <Item1 Name="default" Default="True"/> </BuildModes> @@ -24,10 +21,18 @@ </PublishOptions> <RunParams> <local> - <FormatVersion Value="1"/> <CommandLineParams Value="-a -p"/> <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/> </local> + <FormatVersion Value="2"/> + <Modes Count="1"> + <Mode0 Name="default"> + <local> + <CommandLineParams Value="-a -p"/> + <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/> + </local> + </Mode0> + </Modes> </RunParams> <RequiredPackages Count="4"> <Item1> @@ -47,7 +52,6 @@ <Unit0> <Filename Value="checksnapshots.lpr"/> <IsPartOfProject Value="True"/> - <UnitName Value="checksnapshots"/> </Unit0> <Unit1> <Filename Value="snapshotsuptodate.pas"/> @@ -57,12 +61,10 @@ <Unit2> <Filename Value="ftplister.pas"/> <IsPartOfProject Value="True"/> - <UnitName Value="ftplister"/> </Unit2> <Unit3> <Filename Value="ftplistertest.pas"/> <IsPartOfProject Value="True"/> - <UnitName Value="ftplistertest"/> </Unit3> <Unit4> <Filename Value="monitorcfg.pas"/> @@ -91,8 +93,5 @@ <Linking> <LinkSmart Value="True"/> </Linking> - <Other> - <CompilerPath Value="$(CompPath)"/> - </Other> </CompilerOptions> </CONFIG> diff --git a/tools/snapshots/snapshotsuptodate.pas b/tools/snapshots/snapshotsuptodate.pas index 03c23180a9..ed829ea8fb 100644 --- a/tools/snapshots/snapshotsuptodate.pas +++ b/tools/snapshots/snapshotsuptodate.pas @@ -5,7 +5,11 @@ unit SnapshotsUptodate; interface uses - Classes, SysUtils, FileUtil, fpcunit, testregistry, ftplister; + Classes, SysUtils, fpcunit, testregistry, + // LazUtils + LazUTF8, + // Snapshots + ftplister; type