Browse Source

* Added dependency on fcl-base

git-svn-id: trunk@34654 -
michael 8 years ago
parent
commit
6610518d73
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-js/fpmake.pp

+ 2 - 0
packages/fcl-js/fpmake.pp

@@ -25,6 +25,8 @@ begin
     P.Description := 'Javascript scanner/parser/syntax tree units';
     P.Description := 'Javascript scanner/parser/syntax tree units';
     P.OSes:=AllOSes-[embedded,msdos,win16];
     P.OSes:=AllOSes-[embedded,msdos,win16];
 
 
+    P.Dependencies.Add('fcl-base');
+
     P.SourcePath.Add('src');
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');
     P.IncludePath.Add('src');