* Allow longer package-names as fpmake-dependencies. Addins could have longer names

git-svn-id: trunk@36088 -
This commit is contained in:
joost 2017-05-04 20:21:27 +00:00
parent aa93259463
commit 16b44b0719

View File

@ -23,7 +23,7 @@ Const
Type
TFPMKUnitDep=record
package : string[12];
package : string[64];
reqver : string[8];
undef : string[32];
def : string[32];