]> mj.ucw.cz Git - libucw.git/blob - examples/internal/default.cfg
Merge branch 'master' into dev-opt
[libucw.git] / examples / internal / default.cfg
1 # Default configuration file for our test application
2
3 # Do a local build
4 Set("CONFIG_LOCAL");
5
6 # We want to build all libraries shared
7 Set("CONFIG_SHARED");
8
9 # Libucw-images settings
10 Set("CONFIG_IMAGES");
11 Set("CONFIG_IMAGES_LIBJPEG");
12 Set("CONFIG_IMAGES_LIBPNG");
13 Set("CONFIG_IMAGES_LIBUNGIF");
14 UnSet("CONFIG_IMAGES_LIBGIF");
15 UnSet("CONFIG_IMAGES_LIBMAGICK");
16
17 # Return success
18 1;