summaryrefslogtreecommitdiff
path: root/packages/chm/fpmake.pp
diff options
context:
space:
mode:
authorandrew <andrew@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-11-14 04:45:13 +0000
committerandrew <andrew@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-11-14 04:45:13 +0000
commit22288ea7bf6d5dc4f348ab1e44f9256c6cccbeed (patch)
treed699c538f31d54371c7ec13b0fe8d02c1069a6e4 /packages/chm/fpmake.pp
parentb08554e726a24cbf398f1514ff00dc8e1cb3efc5 (diff)
downloadfpc-22288ea7bf6d5dc4f348ab1e44f9256c6cccbeed.tar.gz
updated makefiles for chm folder
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12078 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/chm/fpmake.pp')
-rw-r--r--packages/chm/fpmake.pp12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/chm/fpmake.pp b/packages/chm/fpmake.pp
index c7a0a11d06..2232c2422f 100644
--- a/packages/chm/fpmake.pp
+++ b/packages/chm/fpmake.pp
@@ -59,6 +59,12 @@ begin
begin
AddUnit('chmbase');
end;
+ T:=P.Targets.AddUnit('htmlindexer.pas');
+ with T.Dependencies do
+ begin
+ AddUnit('fasthtmlparser');
+ AddUnit('htmlutil');
+ end;
T:=P.Targets.AddUnit('chmwriter.pas');
with T.Dependencies do
begin
@@ -66,6 +72,7 @@ begin
AddUnit('chmtypes');
AddUnit('chmspecialfiles');
AddUnit('paslzxcomp');
+ AddUnit('chmfiftimain');
end;
T:=P.Targets.AddUnit('fasthtmlparser.pas');
T:=P.Targets.AddUnit('htmlutil.pas');
@@ -76,6 +83,11 @@ begin
begin
AddUnit('paslznonslide');
end;
+ T:=P.Targets.AddUnit('chmfiftimain.pas');
+ with T.Dependencies do
+ begin
+ AddUnit('htmlindexer');
+ end;
// P.ProgramPath.Add('src');
T:=P.Targets.AddProgram('chmls.lpr');