Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 1.31 KB

File metadata and controls

44 lines (29 loc) · 1.31 KB

lc-compile-ffi-java(1) -- convert java package spec files into lcb code

SYNOPSIS

lc-compile-ffi-java [OPTION ...] [--] DSLFILE...

DESCRIPTION

lc-compile-ffi-java parses a specification of a java package into an abstract form, and outputs as specified.

OPTIONS

  • --output LCBFILE: Output an LiveCode Builder source file containing a usable interface between LiveCode Builder and the Java Native Interface. Compiling and loading LCBFILE using lc-compile allows the functionality described by the DSLFILE to be used by LCB modules.

  • --modulename NAME: Use NAME as the name of the LiveCode Builder module specified by the --output option.

  • --check CHECKFILE: Output the parsed data to CHECKFILE. This is used for checking consistency of output - the result of running lc-compile-ffi-java on CHECKFILE should be identical to CHECKFILE.

  • -h, --help: Print some basic usage information.

  • --: Stop processing options. This is useful in case DSLFILE begins with - or --.

COPYRIGHT

Copyright 2016 LiveCode Ltd.

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSO

lc-compile(1).