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