]> mj.ucw.cz Git - libucw.git/blobdiff - free/libs/examples/internal/default.cfg
Rename CONFIG_LANG to CONFIG_LIBLANG
[libucw.git] / free / libs / examples / internal / default.cfg
index 12b3c7b7f57de2357a715949fc877787703d8be3..a133ba26beb064780d3152b3970e4ed0ef06fea0 100644 (file)
@@ -1,9 +1,13 @@
 # Default configuration file for our test application
 
 # 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
 # We want to build all libraries shared
 Set("CONFIG_SHARED");
 
 # Liblang settings
+Set("CONFIG_LIBLANG");
 Set("CONFIG_LANG");
 Set("MAX_WORD_CHARS" => 64);
 Set("MAX_WORD_BYTES" => 192);
 Set("CONFIG_LANG");
 Set("MAX_WORD_CHARS" => 64);
 Set("MAX_WORD_BYTES" => 192);