Browse Source

+ added the include file dependency to vesa.inc and vesah.inc from unit graph on go32v2 and msdos

git-svn-id: trunk@25781 -
nickysn 11 years ago
parent
commit
aea281f4cc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/graph/fpmake.pp

+ 2 - 0
packages/graph/fpmake.pp

@@ -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]);