blob: d914d461843de0c4bb8196ac0d7836a14a42a3db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Makefile.fpc for Free Pascal GTK 2.x.y Examples
#
[target]
dirs=helloworld helloworld2 gtk_demo gettingstarted plugins scribble_simple gtkglext
#filechooser - doesn't work yet
[require]
packages=gtk2
[install]
fpcpackage=y
[default]
fpcdir=../../..
[rules]
.NOTPARALLEL:
|