Browse Source

* 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 -

joost 14 years ago
parent
commit
533f01f158
1 changed files with 0 additions and 4 deletions
  1. 0 4
      utils/fppkg/pkgglobals.pp

+ 0 - 4
utils/fppkg/pkgglobals.pp

@@ -118,11 +118,7 @@ end;
 
 
 function FPPkgGetApplicationName:string;
 function FPPkgGetApplicationName:string;
 begin
 begin
-{$ifdef unix}
   result:='fppkg';
   result:='fppkg';
-{$else}
-  result:='Packages'
-{$endif}
 end;
 end;