summaryrefslogtreecommitdiff
path: root/examples/gfx/helloworld/Makefile.fpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gfx/helloworld/Makefile.fpc')
-rw-r--r--examples/gfx/helloworld/Makefile.fpc15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/gfx/helloworld/Makefile.fpc b/examples/gfx/helloworld/Makefile.fpc
new file mode 100644
index 00000000..093a2c01
--- /dev/null
+++ b/examples/gfx/helloworld/Makefile.fpc
@@ -0,0 +1,15 @@
+#
+# Makefile.fpc for fpGFX example "HelloWorld"
+#
+
+[target]
+programs=helloworld
+
+[require]
+packages=fcl fpgfx
+packages_linux=fpgfx_x11
+packages_freebsd=fpgfx_x11
+packages_netbsd=fpgfx_x11
+
+[compiler]
+options=-S2h