mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +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]
|
||||
ConfigVersion=4
|
||||
GlobalInstallDir=%basepath%
|
||||
LocalInstallDir={LocalRepository}lib/%fpcversion%/
|
||||
GlobalPrefix=%GlobalPrefix%
|
||||
LocalPrefix={LocalRepository}
|
||||
Compiler=%fpcbin%
|
||||
OS=%fpctargetos%
|
||||
CPU=%fpctarget%
|
||||
Version=%fpcversion%
|
||||
|
@ -5,10 +5,9 @@ const fppkg_default : array[0..0,1..240] of char=(
|
||||
{$endif Delphi}
|
||||
'[Defaults]'#010+
|
||||
'ConfigVersion=4'#010+
|
||||
'GlobalInstallDir=%basepath%'#010+
|
||||
'LocalInstallDir={LocalRepository}lib/%fpcversion%/'#010+
|
||||
'GlobalPrefix=%GlobalPrefix%'#010+
|
||||
'LocalPrefix={LocalRepository}'#010+
|
||||
'Compiler=%fpcbin%'#010+
|
||||
'OS=%fpctargetos%'#010+
|
||||
'CPU=%fpctarget%'#010+
|
||||
'Version=%fpcversion%'#010
|
||||
'CPU=%fpctarget%'#010
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user