Selaa lähdekoodia

+ add drivers.inc to the include file dependencies of the drivers unit

git-svn-id: branches/unicodekvm@48541 -
nickysn 4 vuotta sitten
vanhempi
commit
e341e247e9
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      packages/fv/fpmake.pp

+ 1 - 0
packages/fv/fpmake.pp

@@ -112,6 +112,7 @@ begin
     T:=P.Targets.AddUnit('drivers.pas');
       with T.Dependencies do
         begin
+          AddInclude('drivers.inc');
           AddInclude('platform.inc');
           AddUnit('sysmsg');
           AddUnit('fvcommon');