소스 검색

* Do now try to use a buildunit to compile gtk2, because it already has a build unit of its own.

git-svn-id: trunk@18803 -
joost 14 년 전
부모
커밋
6d6f904a2e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/gtk2/fpmake.pp

+ 1 - 0
packages/gtk2/fpmake.pp

@@ -17,6 +17,7 @@ begin
     P.Directory:='gtk2';
 {$endif ALLPACKAGES}
     P.Version:='2.7.1';
+    P.SupportBuildModes := [bmOneByOne];
     P.OSes:=AllUnixOSes+[Win32,Win64];
     P.Author := 'Library: Peter Mattis, Spencer Kimball and Josh MacDonald, header: Mattias Gaertner, Olaf Leidinger';
     P.License := 'Library: LGPL2.1, header: LGPL with modification, ';