소스 검색

* added missing directory prefix for ALLPACKAGES define

git-svn-id: trunk@11955 -
peter 17 년 전
부모
커밋
410bcc0c52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/amunits/fpmake.pp

+ 1 - 1
packages/amunits/fpmake.pp

@@ -14,6 +14,7 @@ begin
 
     P:=AddPackage('amunits');
 {$ifdef ALLPACKAGES}
+    P.Directory:='amunits';
 {$endif ALLPACKAGES}
     P.Version:='2.2.2-0';
     P.CPUs:=[m68k];
@@ -22,7 +23,6 @@ begin
     P.SourcePath.Add('src/coreunits');
     P.SourcePath.Add('src/otherlibs');
     P.SourcePath.Add('src/utilunits');
-    P.SourcePath.Add('.');
     P.IncludePath.Add('src');
 
     T:=P.Targets.AddUnit('msgbox.pas');