diff options
| author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-01-27 09:51:30 +0000 |
|---|---|---|
| committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-01-27 09:51:30 +0000 |
| commit | aa091a96b9af690e847cf7aa4cc9fa0b87e65b90 (patch) | |
| tree | 6b104af97846ce9ed969321dde854f12b9533a02 /packages/xforms/Makefile.fpc | |
| parent | 99adbee400607d33c0752682c6ef83aad92c2971 (diff) | |
| download | fpc-aa091a96b9af690e847cf7aa4cc9fa0b87e65b90.tar.gz | |
* xforms moved
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@10015 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/xforms/Makefile.fpc')
| -rw-r--r-- | packages/xforms/Makefile.fpc | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/packages/xforms/Makefile.fpc b/packages/xforms/Makefile.fpc new file mode 100644 index 0000000000..ca6e509418 --- /dev/null +++ b/packages/xforms/Makefile.fpc @@ -0,0 +1,32 @@ +# +# Makefile.fpc for Forms Bindings +# + +[package] +name=xforms +version=2.0.0 + +[target] +units=xforms +programs=fd2pascal +exampledirs=examples + +[require] +packages=x11 +libc=y + +[install] +fpcpackage=y + +[default] +fpcdir=../.. + +[compiler] +includedir=src +sourcedir=src tests examples + +[shared] +build=n + +[rules] +.NOTPARALLEL: |
