mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:09:16 +02:00
+ added the include file dependency to vesa.inc and vesah.inc from unit graph on go32v2 and msdos
git-svn-id: trunk@25781 -
This commit is contained in:
parent
13c5c488de
commit
aea281f4cc
@ -90,6 +90,8 @@ begin
|
|||||||
AddInclude('fills.inc');
|
AddInclude('fills.inc');
|
||||||
AddInclude('gtext.inc');
|
AddInclude('gtext.inc');
|
||||||
AddInclude('graph16.inc',[freebsd,linux]);
|
AddInclude('graph16.inc',[freebsd,linux]);
|
||||||
|
AddInclude('vesa.inc',[go32v2,msdos]);
|
||||||
|
AddInclude('vesah.inc',[go32v2,msdos]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
T:=P.Targets.AddUnit('src/sdlgraph/sdlgraph.pp',[i386,powerpc],[win32,linux,freebsd,darwin]);
|
T:=P.Targets.AddUnit('src/sdlgraph/sdlgraph.pp',[i386,powerpc],[win32,linux,freebsd,darwin]);
|
||||||
|
Loading…
Reference in New Issue
Block a user