diff options
| author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-07-19 10:58:53 +0000 |
|---|---|---|
| committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-07-19 10:58:53 +0000 |
| commit | 3ed6c1fc01768bf53fd94d69bd9f129e63a444da (patch) | |
| tree | f4aadabb90b924b619c0ff70be3416f4ec10c81e /packages/iconvenc/Makefile.fpc | |
| parent | 9d8bf35595a785ccb4908d4d87ae978843798a27 (diff) | |
| download | fpc-3ed6c1fc01768bf53fd94d69bd9f129e63a444da.tar.gz | |
* iconvenc packages, first version. Tested on Linux/x86 and FreeBSD/x86
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11407 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/iconvenc/Makefile.fpc')
| -rw-r--r-- | packages/iconvenc/Makefile.fpc | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/packages/iconvenc/Makefile.fpc b/packages/iconvenc/Makefile.fpc new file mode 100644 index 0000000000..09a130613a --- /dev/null +++ b/packages/iconvenc/Makefile.fpc @@ -0,0 +1,32 @@ +# +# Makefile.fpc for Free Pascal ImLib 1.x Packages +# + +[package] +name=iconvenc +version=2.2.0 + +[target] +units=iconvenc +exampledirs=examples + +[require] +libc=y + +[compiler] +includedir=src +sourcedir=src + + +[install] +fpcpackage=y +fpcsubdir=packages + +[default] +fpcdir=../.. + +[shared] +build=n + +[rules] +.NOTPARALLEL: |
