diff options
Diffstat (limited to 'packages/gtk2/examples/scribble_simple/Makefile.fpc')
-rw-r--r-- | packages/gtk2/examples/scribble_simple/Makefile.fpc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/gtk2/examples/scribble_simple/Makefile.fpc b/packages/gtk2/examples/scribble_simple/Makefile.fpc new file mode 100644 index 0000000000..cbfe93a334 --- /dev/null +++ b/packages/gtk2/examples/scribble_simple/Makefile.fpc @@ -0,0 +1,18 @@ +# +# Makefile.fpc for Free Pascal GTK 2.x.y Examples +# + +[target] +programs=scribble_simple + +[require] +packages=gtk2 + +[install] +fpcpackage=y + +[default] +fpcdir=../../../.. + +[rules] +.NOTPARALLEL: |