diff options
Diffstat (limited to 'src/codec/base64/info.txt')
-rw-r--r-- | src/codec/base64/info.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/codec/base64/info.txt b/src/codec/base64/info.txt new file mode 100644 index 000000000..c9c05a255 --- /dev/null +++ b/src/codec/base64/info.txt @@ -0,0 +1,11 @@ +realname "Base64 Codec" + +define BASE64_CODEC + +load_on auto + +<add> +base64.cpp +b64_char.cpp +base64.h +</add> |