diff options
| author | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-17 18:36:45 +0000 |
|---|---|---|
| committer | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-17 18:36:45 +0000 |
| commit | 55154c57730a887cecaf94be5bed0ae4fb5aa7ca (patch) | |
| tree | d44301c04caad2685011d85112a76c03eb3212cd /packages/fpmake.pp | |
| parent | 5f87f7dd17f75e7e272e112930c978414f1715f7 (diff) | |
| download | fpc-55154c57730a887cecaf94be5bed0ae4fb5aa7ca.tar.gz | |
* reset version to latest release: 2.2.2-0
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11907 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fpmake.pp')
| -rw-r--r-- | packages/fpmake.pp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/fpmake.pp b/packages/fpmake.pp index 53fcadd0bf..c9a15efcf9 100644 --- a/packages/fpmake.pp +++ b/packages/fpmake.pp @@ -39,13 +39,13 @@ The include lines below are generated with the following command: {$include fcl-passrc/fpmake.pp} {$include fcl-process/fpmake.pp} {$include fcl-registry/fpmake.pp} +{$include fcl-res/fpmake.pp} {$include fcl-web/fpmake.pp} {$include fcl-xml/fpmake.pp} {$include fftw/fpmake.pp} {$include fpgtk/fpmake.pp} {$include fpmkunit/fpmake.pp} {$include fv/fpmake.pp} -{$include gbaunits/fpmake.pp} {$include gdbint/fpmake.pp} {$include gdbm/fpmake.pp} {$include ggi/fpmake.pp} @@ -59,11 +59,13 @@ The include lines below are generated with the following command: {$include httpd20/fpmake.pp} {$include httpd22/fpmake.pp} {$include ibase/fpmake.pp} +{$include iconvenc/fpmake.pp} {$include imagemagick/fpmake.pp} {$include imlib/fpmake.pp} {$include ldap/fpmake.pp} {$include libc/fpmake.pp} {$include libcurl/fpmake.pp} +{$include libgbafpc/fpmake.pp} {$include libgd/fpmake.pp} {$include libndsfpc/fpmake.pp} {$include libpng/fpmake.pp} @@ -114,7 +116,7 @@ The include lines below are generated with the following command: // Create fpc-all package PBuild:=AddPackage('fpc-all'); - PBuild.Version:='2.2.1-1'; + PBuild.Version:='2.2.2-0'; for i:=0 to Packages.Count-1 do begin P:=Packages.PackageItems[i]; |
