diff options
author | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-11-28 21:35:46 +0000 |
---|---|---|
committer | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-11-28 21:35:46 +0000 |
commit | 7a59da96534fbefa846979db2e8bb7abf7e5dc24 (patch) | |
tree | 143f6c64ca69848feb8446dcfb6e7af14dfe28b7 /utils/unicode | |
parent | a023c4291ccdd9ce0b8f08d04b6167dddf88eb23 (diff) | |
download | fpc-7a59da96534fbefa846979db2e8bb7abf7e5dc24.tar.gz |
* Use short 8.3 names for archives on limit83fs-hosts
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@29174 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'utils/unicode')
-rw-r--r-- | utils/unicode/fpmake.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/unicode/fpmake.pp b/utils/unicode/fpmake.pp index 6f5752a35e..b88f1a9215 100644 --- a/utils/unicode/fpmake.pp +++ b/utils/unicode/fpmake.pp @@ -15,6 +15,7 @@ begin With Installer do begin P:=AddPackage('utils-unicode'); + P.ShortName:='unicode'; P.Author := 'Inoussa OUEDRAOGO'; P.License := 'LGPL with modification'; |