소스 검색

* patch by Cyrax to compile graph on win64 as well, resolves #21093

git-svn-id: trunk@20082 -
florian 13 년 전
부모
커밋
64a3e3b95f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/graph/fpmake.pp

+ 1 - 1
packages/graph/fpmake.pp

@@ -25,7 +25,7 @@ begin
     P.NeedLibC:= false;  // true for headers that indirectly link to libc? OS specific?
 
     P.CPUs:=[i386,x86_64,powerpc];
-    P.OSes:=[win32,linux,freebsd,darwin];
+    P.OSes:=[win32,win64,linux,freebsd,darwin];
 
     P.Dependencies.Add('sdl',[i386,powerpc],[win32,linux,freebsd,darwin]);
     P.Dependencies.Add('ptc',[win32,win64,linux]);