X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=free%2Flibs%2Fexamples%2Finternal%2Fdefault.cfg;h=a133ba26beb064780d3152b3970e4ed0ef06fea0;hb=fa137b705f34710115c81e81f9fe1b60a664d12d;hp=c0335b5e4167b9944e05c15f825300d5feb5a0c9;hpb=91c499892f07ad6494351a1c1985a0d3e2600a25;p=libucw.git diff --git a/free/libs/examples/internal/default.cfg b/free/libs/examples/internal/default.cfg index c0335b5e..a133ba26 100644 --- a/free/libs/examples/internal/default.cfg +++ b/free/libs/examples/internal/default.cfg @@ -1,11 +1,16 @@ # Default configuration file for our test application +# 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");