summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2014-10-22 15:41:41 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2014-10-22 15:41:41 +0100
commitbc7d460356cb1d7602b1ec834b0bfaac80636e02 (patch)
treeebe49f8d3c9fe3b358f30774a5338e195f32e277 /extras
parent023aea10cc61dfef406cd39b8cf76be65a9df134 (diff)
downloadfpGUI-bc7d460356cb1d7602b1ec834b0bfaac80636e02.tar.xz
nicegrid: adds the missing extrafpc.cfg file to compile from command line.
The "extrafpc.cfg" file makes it much easier to compile example projects from the command line. eg: fpc @extrafpc.cfg nicegrid1.lpr This same method is used for all the demos in the "examples" directory tree.
Diffstat (limited to 'extras')
-rw-r--r--extras/contributed/nicegrid/extrafpc.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/extras/contributed/nicegrid/extrafpc.cfg b/extras/contributed/nicegrid/extrafpc.cfg
new file mode 100644
index 00000000..49dd2ec7
--- /dev/null
+++ b/extras/contributed/nicegrid/extrafpc.cfg
@@ -0,0 +1,10 @@
+-FUunits
+-Fu../../../lib/$fpctarget
+-Fi.
+-Xs
+-XX
+-CX
+#ifdef mswindows
+-WG
+#endif
+