| \ You should have received a copy of the GNU General Public License |
\ You should have received a copy of the GNU General Public License |
| \ along with this program. If not, see http://www.gnu.org/licenses/. |
\ along with this program. If not, see http://www.gnu.org/licenses/. |
| |
|
| [IFDEF] av-call-int |
s" libavcall.so" open-lib 0<> |
| |
s" libcallback.so" open-lib 0<> and |
| |
s" libvacall.so" open-lib 0<> and |
| |
s" libtrampoline.so" open-lib 0<> and [if] |
| |
.( including fflib.fs [ffcall] ) |
| include fflib.fs |
include fflib.fs |
| [ELSE] |
[ELSE] |
| [IFDEF] ffi-call |
s" libffi.so" open-lib [if] |
| |
.( including libffi.fs ) |
| include libffi.fs |
include libffi.fs |
| [ELSE] |
[ELSE] |
| .( Neither libffi nor ffcall are available ) cr |
.( Neither libffi nor ffcall are available ) cr |