mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:27:59 +02:00
Use 4 char-long ShortName for ihxutil utils package
git-svn-id: trunk@49003 -
This commit is contained in:
parent
9e2bcd940a
commit
85a8169c48
@ -15,7 +15,7 @@ begin
|
||||
With Installer do
|
||||
begin
|
||||
P:=AddPackage('utils-ihxutil');
|
||||
P.ShortName:='ihxutil';
|
||||
P.ShortName:='ihxu';
|
||||
P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc];
|
||||
if Defaults.CPU=jvm then
|
||||
P.OSes := P.OSes - [java,android];
|
||||
|
Loading…
Reference in New Issue
Block a user