aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-07-24 16:34:52 +0100
committerRon Yorston <rmy@pobox.com>2018-07-24 16:34:52 +0100
commit43dd125914c7cc4656cf06b23230031e3444c5ff (patch)
tree61369021266ecd974df55c84e55225fc0279824b /Config.in
parent2d0cdc18eca3d8a0d6732d239145c233bd93bf08 (diff)
downloadbusybox-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.in24
1 files changed, 23 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 10d8382a5..ed5427cb8 100644
--- a/Config.in
+++ b/Config.in
@@ -401,10 +401,32 @@ config FEATURE_PRNG_ISAAC
401 401
402endchoice 402endchoice
403 403
404config 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
412config 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
419config 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
404config FEATURE_ICON 426config 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