mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:29:09 +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+}
|
{$mode objfpc}{$H+}
|
||||||
program fpmake;
|
program fpmake;
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
{$ifndef ALLPACKAGES}
|
{$ifdef ALLPACKAGES}
|
||||||
|
begin end; // By default, do not build this package
|
||||||
|
{$else ALLPACKAGES}
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
program fpmake;
|
program fpmake;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user