Files
dianjixz 49df8c5def [init]
2024-04-10 12:21:46 +08:00

12 lines
215 B
Plaintext

menuconfig SIMPLEINI_ENABLED
bool "Enable simpleini"
default n
config SIMPLEINI_DYNAMIC
bool "compile simpleini as dynamic(shared) lib"
default n
depends on SIMPLEINI_ENABLED