I am going to forbid plug-ins from being installed directly in the root of the plug-ins/ directory. They will have to be installed in a subdirectory named the same as the entry point binary. This may seem useless for our core plug-ins which are nearly all self-contained in single binaries, but this is actually a necessary restriction to eliminate totally the DLL hell issue on Windows. Moving core plug-ins in subfolders is only a necessary consequence for it. |
||
|---|---|---|
| .. | ||
| ftx | ||
| scripts | ||
| tinyscheme | ||
| .gitignore | ||
| Makefile.am | ||
| scheme-wrapper.c | ||
| scheme-wrapper.h | ||
| script-fu-console.c | ||
| script-fu-console.h | ||
| script-fu-enums.h | ||
| script-fu-eval.c | ||
| script-fu-eval.h | ||
| script-fu-interface.c | ||
| script-fu-interface.h | ||
| script-fu-intl.h | ||
| script-fu-regex.c | ||
| script-fu-regex.h | ||
| script-fu-script.c | ||
| script-fu-script.h | ||
| script-fu-scripts.c | ||
| script-fu-scripts.h | ||
| script-fu-server.c | ||
| script-fu-server.h | ||
| script-fu-text-console.c | ||
| script-fu-text-console.h | ||
| script-fu-types.h | ||
| script-fu-utils.c | ||
| script-fu-utils.h | ||
| script-fu.c | ||
| servertest.py | ||