diff options
author | Ron Yorston <rmy@pobox.com> | 2018-07-24 16:34:52 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-07-24 16:34:52 +0100 |
commit | 43dd125914c7cc4656cf06b23230031e3444c5ff (patch) | |
tree | 61369021266ecd974df55c84e55225fc0279824b /Config.in | |
parent | 2d0cdc18eca3d8a0d6732d239145c233bd93bf08 (diff) | |
download | busybox-w32-43dd125914c7cc4656cf06b23230031e3444c5ff.tar.gz busybox-w32-43dd125914c7cc4656cf06b23230031e3444c5ff.tar.bz2 busybox-w32-43dd125914c7cc4656cf06b23230031e3444c5ff.zip |
win32: make version info and manifest resources configurable
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -401,10 +401,32 @@ config FEATURE_PRNG_ISAAC | |||
401 | 401 | ||
402 | endchoice | 402 | endchoice |
403 | 403 | ||
404 | config FEATURE_RESOURCES | ||
405 | bool "Include resources in binary" | ||
406 | default y | ||
407 | depends on PLATFORM_MINGW32 | ||
408 | help | ||
409 | Microsoft Windows applications can contain non-executable resources | ||
410 | of various sorts. | ||
411 | |||
412 | config FEATURE_VERSIONINFO | ||
413 | bool "Include version information in binary (1.0 kb)" | ||
414 | default y | ||
415 | depends on FEATURE_RESOURCES | ||
416 | help | ||
417 | Include version information in the application. | ||
418 | |||
419 | config FEATURE_MANIFEST | ||
420 | bool "Include manifest in binary (1.5 kb)" | ||
421 | default y | ||
422 | depends on FEATURE_RESOURCES | ||
423 | help | ||
424 | Include a manifest which declares privleges required by the application. | ||
425 | |||
404 | config FEATURE_ICON | 426 | config FEATURE_ICON |
405 | bool "Include application icon in binary" | 427 | bool "Include application icon in binary" |
406 | default y | 428 | default y |
407 | depends on PLATFORM_MINGW32 | 429 | depends on FEATURE_RESOURCES |
408 | help | 430 | help |
409 | Microsoft Windows applications can contain icons which are used in | 431 | Microsoft Windows applications can contain icons which are used in |
410 | various places in the user interface. Each icon adds 15 Kbytes to | 432 | various places in the user interface. Each icon adds 15 Kbytes to |