summaryrefslogtreecommitdiff
path: root/packages/fcl-res
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-23 21:09:14 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-23 21:09:14 +0000
commit902854381377981744c6b09d37adf39a7e4a1e7e (patch)
tree2889da085e1378344b46ac8faf44c52ccd1cb1be /packages/fcl-res
parent3e3d47aa4cd0054dcc742cb96161d67f884c3278 (diff)
downloadfpc-902854381377981744c6b09d37adf39a7e4a1e7e.tar.gz
* FCL fpmake manifests
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11962 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fcl-res')
-rw-r--r--packages/fcl-res/fpmake.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/fcl-res/fpmake.pp b/packages/fcl-res/fpmake.pp
index 94e90a63e3..6951dd9663 100644
--- a/packages/fcl-res/fpmake.pp
+++ b/packages/fcl-res/fpmake.pp
@@ -17,6 +17,12 @@ begin
P.Directory:='fcl-res';
{$endif ALLPACKAGES}
P.Version:='2.2.2-0';
+ P.Author := 'Giulio Bernardi';
+ P.License := 'LGPL with modification, ';
+ P.ExternalURL := 'www.freepascal.org';
+ P.Email := '';
+ P.Description := 'Resource handling of Free Component Libraries (FCL), FPC''s OOP library.';
+ P.NeedLibC:= false;
P.SourcePath.Add('src');
P.IncludePath.Add('src');