diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2013-02-22 11:52:47 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2013-02-22 11:52:47 +0000 |
commit | 34859679b03d7660b767a19870d3350e67240776 (patch) | |
tree | 715be003fd8be98a25d41d9c9283ea57234411db /examples | |
parent | 1367b2f3a7c0e00434aa1a3737188a7cab50b7f7 (diff) | |
download | fpGUI-34859679b03d7660b767a19870d3350e67240776.tar.xz |
nanoedit: fixes the fpc config file to allow compiling from command line.
The unit seach path was wrong.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/apps/nanoedit/extrafpc.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/apps/nanoedit/extrafpc.cfg b/examples/apps/nanoedit/extrafpc.cfg index 034a7b9d..97a53282 100644 --- a/examples/apps/nanoedit/extrafpc.cfg +++ b/examples/apps/nanoedit/extrafpc.cfg @@ -1,5 +1,5 @@ -FUunits --Fu../../lib/$fpctarget +-Fu../../../lib/$fpctarget -Fu../ide/src/ -Xs -XX |