sksp2024-mcu/libucw/examples/internal/default.cfg

19 lines
382 B
INI
Raw Normal View History

2024-09-14 21:50:33 +02:00
# Default configuration file for our test application
# Do a local build
Set("CONFIG_LOCAL");
# We want to build all libraries shared
Set("CONFIG_SHARED");
# Libucw-images settings
Set("CONFIG_IMAGES");
Set("CONFIG_IMAGES_LIBJPEG");
Set("CONFIG_IMAGES_LIBPNG");
Set("CONFIG_IMAGES_LIBUNGIF");
UnSet("CONFIG_IMAGES_LIBGIF");
UnSet("CONFIG_IMAGES_LIBMAGICK");
# Return success
1;