diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-03-09 11:16:53 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-03-09 11:16:53 +0200 |
commit | 904a739fc38028b39db2e27f71216ef7e5b81232 (patch) | |
tree | 0d088d4440c3e930abcef24741409c42be0e0e3b /docview | |
parent | 03299f62453025294633326c3b27bf4cca984417 (diff) | |
download | fpGUI-904a739fc38028b39db2e27f71216ef7e5b81232.tar.xz |
docview: add compiler helper extrafpc.cfg file.
This allows use to easily compile docview from the command line.
Diffstat (limited to 'docview')
-rw-r--r-- | docview/src/extrafpc.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |