mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 13:49:15 +02:00
* Do not build httpd13 and httpd20 by default (fpmake)
git-svn-id: trunk@20236 -
This commit is contained in:
parent
893d010dcd
commit
08332a9719
@ -1,4 +1,6 @@
|
||||
{$ifndef ALLPACKAGES}
|
||||
{$ifdef ALLPACKAGES}
|
||||
begin end; // By default, do not build this package
|
||||
{$else ALLPACKAGES}
|
||||
{$mode objfpc}{$H+}
|
||||
program fpmake;
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
{$ifndef ALLPACKAGES}
|
||||
{$ifdef ALLPACKAGES}
|
||||
begin end; // By default, do not build this package
|
||||
{$else ALLPACKAGES}
|
||||
{$mode objfpc}{$H+}
|
||||
program fpmake;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user