mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:29:21 +02:00
* Fix by Giulio: Increased maxpackages in installer (go32v2 packages are 29)
git-svn-id: trunk@14027 -
This commit is contained in:
parent
0179fb503e
commit
72fc416779
@ -98,7 +98,7 @@ program install;
|
|||||||
|
|
||||||
|
|
||||||
maxpacks=30;
|
maxpacks=30;
|
||||||
maxpackages=28;
|
maxpackages=29;
|
||||||
maxdefcfgs=1024;
|
maxdefcfgs=1024;
|
||||||
|
|
||||||
HTMLIndexExt = '.htx';
|
HTMLIndexExt = '.htx';
|
||||||
|
Loading…
Reference in New Issue
Block a user