+ 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:
nickysn 2013-10-14 14:56:45 +00:00
parent 13c5c488de
commit aea281f4cc

View File

@ -90,6 +90,8 @@ begin
AddInclude('fills.inc');
AddInclude('gtext.inc');
AddInclude('graph16.inc',[freebsd,linux]);
AddInclude('vesa.inc',[go32v2,msdos]);
AddInclude('vesah.inc',[go32v2,msdos]);
end;
T:=P.Targets.AddUnit('src/sdlgraph/sdlgraph.pp',[i386,powerpc],[win32,linux,freebsd,darwin]);