From 904a739fc38028b39db2e27f71216ef7e5b81232 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Tue, 9 Mar 2010 11:16:53 +0200 Subject: docview: add compiler helper extrafpc.cfg file. This allows use to easily compile docview from the command line. --- docview/src/extrafpc.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docview/src/extrafpc.cfg (limited to 'docview') diff --git a/docview/src/extrafpc.cfg b/docview/src/extrafpc.cfg new file mode 100644 index 00000000..b68bb1b4 --- /dev/null +++ b/docview/src/extrafpc.cfg @@ -0,0 +1,10 @@ +-Sa +-gl +-Xs +-l +-Fiunits/ +-Fu../components/richtext/ +-Fu../../lib/$fpctarget +-Fu. +-FUunits + -- cgit v1.2.3-54-g00ecf