소스 검색

Activate gdbint package for solaris target OS

git-svn-id: trunk@29519 -
pierre 10 년 전
부모
커밋
e8d836f74c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/gdbint/fpmake.pp

+ 1 - 1
packages/gdbint/fpmake.pp

@@ -167,7 +167,7 @@ begin
     // file within the BeforeCompile event.
     P.SupportBuildModes:= [bmOneByOne];
 
-    P.OSes:=[aix,beos,haiku,freebsd,netbsd,openbsd,linux,win32,win64,go32v2,dragonfly];
+    P.OSes:=[aix,beos,haiku,freebsd,netbsd,openbsd,linux,win32,win64,go32v2,dragonfly,solaris];
 
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');