Ver código fonte

* Fixed fpmake.pp file

git-svn-id: trunk@18056 -
joost 14 anos atrás
pai
commit
bea736b00f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/pasjpeg/fpmake.pp

+ 1 - 1
packages/pasjpeg/fpmake.pp

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