Browse Source

* remove old program after end.

git-svn-id: trunk@9148 -
peter 18 years ago
parent
commit
94947eed33
1 changed files with 0 additions and 21 deletions
  1. 0 21
      packages/fcl-process/fpmake.pp

+ 0 - 21
packages/fcl-process/fpmake.pp

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