浏览代码

* Also compile httpd24

git-svn-id: trunk@23206 -
michael 13 年之前
父节点
当前提交
26bab0d14f
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 1 0
      packages/fpmake_add.inc
  2. 6 0
      packages/fpmake_proc.inc

+ 1 - 0
packages/fpmake_add.inc

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

+ 6 - 0
packages/fpmake_proc.inc

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