From bc7d460356cb1d7602b1ec834b0bfaac80636e02 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Wed, 22 Oct 2014 15:41:41 +0100 Subject: 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. --- extras/contributed/nicegrid/extrafpc.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 extras/contributed/nicegrid/extrafpc.cfg (limited to 'extras') 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 + -- cgit v1.2.3-54-g00ecf