aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-09-15 09:41:57 +0100
committerRon Yorston <rmy@pobox.com>2023-09-15 09:44:12 +0100
commit54e6e2a16f2091d5dd1251bb3b4436555b1b0a03 (patch)
treef7fce0d9c0412f15a848147af83b1421c868a149 /Config.in
parentb822f427d894f46a85d3ce5ff785d3ea2cef972f (diff)
downloadbusybox-w32-54e6e2a16f2091d5dd1251bb3b4436555b1b0a03.tar.gz
busybox-w32-54e6e2a16f2091d5dd1251bb3b4436555b1b0a03.tar.bz2
busybox-w32-54e6e2a16f2091d5dd1251bb3b4436555b1b0a03.zip
win32: include our manifests in default configurations
The default configurations now include the provided standard or UTF-8 manifest. This works best if the build toolchain doesn't provide a default manifest (which Fedora and w64devkit don't, by default). If the toolchain does have a default manifest some bloat will result. (GitHub issue #366)
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Config.in b/Config.in
index 5a7eda66a..0da09c1cd 100644
--- a/Config.in
+++ b/Config.in
@@ -434,7 +434,7 @@ config FEATURE_VERSIONINFO
434 434
435choice 435choice
436 prompt "Manifest" 436 prompt "Manifest"
437 default FEATURE_TOOLCHAIN_MANIFEST 437 default FEATURE_APP_MANIFEST
438 depends on FEATURE_RESOURCES 438 depends on FEATURE_RESOURCES
439 help 439 help
440 Manifest to include in resources. 440 Manifest to include in resources.
@@ -443,14 +443,14 @@ config FEATURE_TOOLCHAIN_MANIFEST
443 bool "Toolchain default" 443 bool "Toolchain default"
444 help 444 help
445 Include the default application manifest provided by the build 445 Include the default application manifest provided by the build
446 toolchain, if any. 446 toolchain, if any. Enable this if your build toolchain includes
447 a suitable manifest.
447 448
448config FEATURE_APP_MANIFEST 449config FEATURE_APP_MANIFEST
449 bool "Application" 450 bool "Application"
450 help 451 help
451 Include a manifest which declares privileges required by the 452 Include a manifest which declares privileges required by the
452 application and supported versions of Windows. Enable this 453 application and supported versions of Windows.
453 if your build toolchain doesn't include it by default.
454 454
455config FEATURE_UTF8_MANIFEST 455config FEATURE_UTF8_MANIFEST
456 bool "UTF-8" 456 bool "UTF-8"