* Also compile httpd24

git-svn-id: trunk@23206 -
This commit is contained in:
michael 2012-12-22 16:31:41 +00:00
parent 2012220aec
commit 26bab0d14f
2 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,7 @@
add_httpd13;
add_httpd20;
add_httpd22;
add_httpd24;
add_ibase;
add_iconvenc;
add_imagemagick;

View File

@ -272,6 +272,12 @@ begin
{$include httpd22/fpmake.pp}
end;
procedure add_httpd24;
begin
with Installer do
{$include httpd24/fpmake.pp}
end;
procedure add_ibase;
begin
with Installer do