mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:09:27 +02:00
* Use prefix instead of installation-dir
git-svn-id: trunk@17188 -
This commit is contained in:
parent
6865593b07
commit
538dd64283
@ -1,8 +1,7 @@
|
|||||||
[Defaults]
|
[Defaults]
|
||||||
ConfigVersion=4
|
ConfigVersion=4
|
||||||
GlobalInstallDir=%basepath%
|
GlobalPrefix=%GlobalPrefix%
|
||||||
LocalInstallDir={LocalRepository}lib/%fpcversion%/
|
LocalPrefix={LocalRepository}
|
||||||
Compiler=%fpcbin%
|
Compiler=%fpcbin%
|
||||||
OS=%fpctargetos%
|
OS=%fpctargetos%
|
||||||
CPU=%fpctarget%
|
CPU=%fpctarget%
|
||||||
Version=%fpcversion%
|
|
||||||
|
@ -5,10 +5,9 @@ const fppkg_default : array[0..0,1..240] of char=(
|
|||||||
{$endif Delphi}
|
{$endif Delphi}
|
||||||
'[Defaults]'#010+
|
'[Defaults]'#010+
|
||||||
'ConfigVersion=4'#010+
|
'ConfigVersion=4'#010+
|
||||||
'GlobalInstallDir=%basepath%'#010+
|
'GlobalPrefix=%GlobalPrefix%'#010+
|
||||||
'LocalInstallDir={LocalRepository}lib/%fpcversion%/'#010+
|
'LocalPrefix={LocalRepository}'#010+
|
||||||
'Compiler=%fpcbin%'#010+
|
'Compiler=%fpcbin%'#010+
|
||||||
'OS=%fpctargetos%'#010+
|
'OS=%fpctargetos%'#010+
|
||||||
'CPU=%fpctarget%'#010+
|
'CPU=%fpctarget%'#010
|
||||||
'Version=%fpcversion%'#010
|
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user