mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 08:53:49 +02:00
* patch by Cyrax to compile graph on win64 as well, resolves #21093
git-svn-id: trunk@20082 -
This commit is contained in:
parent
ce070c93fc
commit
64a3e3b95f
@ -25,7 +25,7 @@ begin
|
|||||||
P.NeedLibC:= false; // true for headers that indirectly link to libc? OS specific?
|
P.NeedLibC:= false; // true for headers that indirectly link to libc? OS specific?
|
||||||
|
|
||||||
P.CPUs:=[i386,x86_64,powerpc];
|
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('sdl',[i386,powerpc],[win32,linux,freebsd,darwin]);
|
||||||
P.Dependencies.Add('ptc',[win32,win64,linux]);
|
P.Dependencies.Add('ptc',[win32,win64,linux]);
|
||||||
|
Loading…
Reference in New Issue
Block a user