Gimp/plug-ins/script-fu/libscriptfu/script-fu.def
lloyd konneker 5cc3becf16 ScriptFu: build shared libgimp-scriptfu-3.0.so separate from executable script-fu
Changes are mostly to the dir structures and build system for ScriptFu.
Some changes to the outer plugin source to call the library.

Why: so that other executables (future gimp-scheme-interpreter,
or a future separated script-fu-server) can exist in separate directories,
and share the library in memory (when built shared.)

Whether the library is built shared and installed on its own
(versus static and not installed)
is a compile time option (both automake LibTool and meson abstract it away)
The default is shared and installed, say as libgimp-scriptfu-3.0.so.

Installed alongside other shared libraries (e.g. wherever libgimp is installed)
to simplify packaging.

A preliminary refactoring which helps enable MR gimp!647
2022-06-11 08:58:30 -04:00

14 lines
438 B
Modula-2

EXPORTS
script_fu_extension_is_busy
script_fu_find_and_register_scripts
script_fu_set_run_mode
script_fu_init_embedded_interpreter
script_fu_set_print_flag
script_fu_redirect_output_to_gstr
script_fu_redirect_output_to_stdout
script_fu_print_welcome
script_fu_interpret_string
script_fu_get_success_msg
script_fu_run_read_eval_print_loop
script_fu_register_quit_callback
script_fu_register_post_command_callback