diff options
Diffstat (limited to 'src/utils/dyn_load/info.txt')
-rw-r--r-- | src/utils/dyn_load/info.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/utils/dyn_load/info.txt b/src/utils/dyn_load/info.txt new file mode 100644 index 000000000..07a1067bc --- /dev/null +++ b/src/utils/dyn_load/info.txt @@ -0,0 +1,22 @@ +define DYNAMIC_LOADER + +<os> +linux +freebsd +openbsd +netbsd +solaris +</os> + +<libs> +linux -> dl +solaris -> dl +</libs> + +<source> +dyn_load.cpp +</source> + +<header:internal> +dyn_load.h +</header:internal> |