X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=free%2Flibs%2Fexamples%2Finternal%2Fdefault.cfg;h=a133ba26beb064780d3152b3970e4ed0ef06fea0;hb=1e425049502b5fba9047eff2fbc96ca6ddddd2f5;hp=1723d128c65812fadd8011c02a85635f85acd4e7;hpb=d626b68d1210dbbe3404effe9ca3797ff57f31c1;p=libucw.git diff --git a/free/libs/examples/internal/default.cfg b/free/libs/examples/internal/default.cfg index 1723d128..a133ba26 100644 --- a/free/libs/examples/internal/default.cfg +++ b/free/libs/examples/internal/default.cfg @@ -1,14 +1,16 @@ # Default configuration file for our test application -# Version string used by all Sherlock libraries -Set("SHERLOCK_VERSION" => "0.0"); +# Do a local build +Set("CONFIG_LOCAL"); # We want to build all libraries shared Set("CONFIG_SHARED"); # Liblang settings +Set("CONFIG_LIBLANG"); Set("CONFIG_LANG"); -Set("MAX_WORD_LEN" => 64); +Set("MAX_WORD_CHARS" => 64); +Set("MAX_WORD_BYTES" => 192); # Libimages settings Set("CONFIG_IMAGES");