mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 23:10:28 +02:00
* Use fppkg as application name on Windows and other OS'es. This means that
on all targets the same configuration filename and the same prefix for the local repository is used. This is easier to explain in the documentation. git-svn-id: trunk@16921 -
This commit is contained in:
parent
a9188c3aa6
commit
533f01f158
@ -118,11 +118,7 @@ end;
|
||||
|
||||
function FPPkgGetApplicationName:string;
|
||||
begin
|
||||
{$ifdef unix}
|
||||
result:='fppkg';
|
||||
{$else}
|
||||
result:='Packages'
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user