mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 02:10:19 +02:00
* Also compile httpd24
git-svn-id: trunk@23206 -
This commit is contained in:
parent
2012220aec
commit
26bab0d14f
@ -47,6 +47,7 @@
|
||||
add_httpd13;
|
||||
add_httpd20;
|
||||
add_httpd22;
|
||||
add_httpd24;
|
||||
add_ibase;
|
||||
add_iconvenc;
|
||||
add_imagemagick;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user