* Do not build httpd13 and httpd20 by default (fpmake)

git-svn-id: trunk@20236 -
This commit is contained in:
joost 2012-02-03 20:47:01 +00:00
parent 893d010dcd
commit 08332a9719
2 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,6 @@
{$ifndef ALLPACKAGES}
{$ifdef ALLPACKAGES}
begin end; // By default, do not build this package
{$else ALLPACKAGES}
{$mode objfpc}{$H+}
program fpmake;

View File

@ -1,4 +1,6 @@
{$ifndef ALLPACKAGES}
{$ifdef ALLPACKAGES}
begin end; // By default, do not build this package
{$else ALLPACKAGES}
{$mode objfpc}{$H+}
program fpmake;