summaryrefslogtreecommitdiff
path: root/utils/fpcres/fpmake.pp
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-01-21 23:28:34 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-01-21 23:28:34 +0000
commit1903b037de2fb3e75826406b46f055acb70963fa (patch)
tree604cd8b790fe14e5fbe441d4cd647c80d2a36a9a /utils/fpcres/fpmake.pp
parentad1141d52f8353457053b925cd674fe1d5c4eafc (diff)
parent953d907e4d6c3a5c2f8aaee6e5e4f73c55ce5985 (diff)
downloadfpc-1903b037de2fb3e75826406b46f055acb70963fa.tar.gz
* synchronised with trunk till r29513blocks
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/blocks@29516 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'utils/fpcres/fpmake.pp')
-rw-r--r--utils/fpcres/fpmake.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/utils/fpcres/fpmake.pp b/utils/fpcres/fpmake.pp
index 1e50e69d13..bfd0be7305 100644
--- a/utils/fpcres/fpmake.pp
+++ b/utils/fpcres/fpmake.pp
@@ -14,7 +14,8 @@ Var
begin
With Installer do
begin
- P:=AddPackage('fpcres');
+ P:=AddPackage('utils-fpcres');
+ P.ShortName:='fpres';
P.Author := 'Giulio Bernardi';
P.License := 'LGPL with modification';
@@ -24,9 +25,9 @@ begin
P.NeedLibC:= false;
P.Directory:=ADirectory;
- P.Version:='2.7.1';
+ P.Version:='3.1.1';
- P.OSes:=[win32,win64,wince,haiku,linux,freebsd,openbsd,netbsd,darwin,iphonesim,solaris,os2,emx,aix];
+ P.OSes:=[win32,win64,wince,haiku,linux,freebsd,openbsd,netbsd,darwin,iphonesim,solaris,os2,emx,aix,aros];
P.Dependencies.Add('fcl-res');
P.Dependencies.Add('paszlib');