Procházet zdrojové kódy

* fixes for fpmake.pp file. (Dependencies arent recognized when the extension of the files are given)

git-svn-id: trunk@20030 -
joost před 13 roky
rodič
revize
e50a90aafe
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      packages/fcl-fpcunit/fpmake.pp

+ 3 - 3
packages/fcl-fpcunit/fpmake.pp

@@ -106,9 +106,9 @@ begin
           AddUnit('fpcunit');
           AddUnit('fpcunitreport');
           AddUnit('testutils');
-          AddUnit('xmltestreport.pp');
-          AddUnit('latextestreport.pp');
-          AddUnit('plaintestreport.pp');
+          AddUnit('xmltestreport');
+          AddUnit('latextestreport');
+          AddUnit('plaintestreport');
         end;
 
 {$ifndef ALLPACKAGES}