mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 10:48:12 +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('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]);
|
||||
|
Loading…
Reference in New Issue
Block a user