diff options
author | lloyd <[email protected]> | 2008-10-01 16:40:30 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-01 16:40:30 +0000 |
commit | 01d60d3263845df114d7370bffb3264726b16444 (patch) | |
tree | ae3a1bd48e9ae85430a16d7f47724f0dcf710691 /src/codec/base64/info.txt | |
parent | 1c13e56132401ad31aad613c09a4ded7302d1fd5 (diff) |
Document dependencies between modules
Diffstat (limited to 'src/codec/base64/info.txt')
-rw-r--r-- | src/codec/base64/info.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/codec/base64/info.txt b/src/codec/base64/info.txt index c9c05a255..591581afb 100644 --- a/src/codec/base64/info.txt +++ b/src/codec/base64/info.txt @@ -4,6 +4,10 @@ define BASE64_CODEC load_on auto +<requires> +filters +</requires> + <add> base64.cpp b64_char.cpp |