| \ libcc.fs foreign function interface implemented using a C compiler |
\ libcc.fs foreign function interface implemented using a C compiler |
| |
|
| \ Copyright (C) 2006,2007,2008,2009 Free Software Foundation, Inc. |
\ Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc. |
| |
|
| \ This file is part of Gforth. |
\ This file is part of Gforth. |
| |
|
| |
|
| : init-libcc ( -- ) |
: init-libcc ( -- ) |
| s" ~/.gforth/libcc-named/" libcc-named-dir-v 2! |
s" ~/.gforth/libcc-named/" libcc-named-dir-v 2! |
| [IFDEF] make-path |
[IFDEF] $init |
| libcc-path make-path |
libcc-path $init |
| libcc-named-dir libcc-path also-path |
libcc-named-dir libcc-path also-path |
| [ s" libccdir" getenv ] sliteral libcc-path also-path |
[ s" libccdir" getenv ] sliteral libcc-path also-path |
| [THEN] |
[THEN] |