* remove old program after end.

git-svn-id: trunk@9148 -
This commit is contained in:
peter 2007-11-06 07:20:43 +00:00
parent 273400f900
commit 94947eed33

View File

@ -40,24 +40,3 @@ begin
end;
end.
{$endif ALLPACKAGES}
{$mode objfpc}{$H+}
program fpmake;
{ Generated automatically by fppkg on 4-11-07 }
uses fpmkunit;
Var
T : TTarget;
begin
With Installer do
begin
{
fcl-process
}
Run;
end;
end.