Browse Source

* Fixed fpmake.pp file

git-svn-id: trunk@18056 -
joost 14 years ago
parent
commit
bea736b00f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/pasjpeg/fpmake.pp

+ 1 - 1
packages/pasjpeg/fpmake.pp

@@ -21,7 +21,7 @@ begin
     P.SourcePath.Add('src');
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');
     P.IncludePath.Add('src');
 
 
-    T:=P.Targets.AddUnit('jctrans.pp');
+    T:=P.Targets.AddUnit('jctrans.pas');
     with T.Dependencies do
     with T.Dependencies do
       begin
       begin
       AddUnit('jmorecfg');
       AddUnit('jmorecfg');