aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-02-21 11:29:12 +0000
committerRon Yorston <rmy@pobox.com>2019-02-21 11:53:55 +0000
commit20dfd84edd1b45b78a284bf75ef711726a4e8415 (patch)
tree65a54303ce20a05a50132a4efb2827d8e62ed6fc /Config.in
parent4dbb0461e21a10ae96ccde2ca22871079fc37566 (diff)
downloadbusybox-w32-20dfd84edd1b45b78a284bf75ef711726a4e8415.tar.gz
busybox-w32-20dfd84edd1b45b78a284bf75ef711726a4e8415.tar.bz2
busybox-w32-20dfd84edd1b45b78a284bf75ef711726a4e8415.zip
win32: use manifest provided by MinGW-w64
The manifest included here wasn't effective in telling Windows about version compatibility. Use the default manifest provided by MinGW-w64 instead. On Fedora this requires installing the mingw32-windows-default-manifest and/or mingw64-windows-default-manifest packages.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/Config.in b/Config.in
index 9f8d4bf7c..cd0cab412 100644
--- a/Config.in
+++ b/Config.in
@@ -421,14 +421,6 @@ config FEATURE_VERSIONINFO
421 help 421 help
422 Include version information in the application. 422 Include version information in the application.
423 423
424config FEATURE_MANIFEST
425 bool "Include manifest in binary (1.5 kb)"
426 default y
427 depends on FEATURE_RESOURCES
428 help
429 Include a manifest which declares privileges required by the
430 application.
431
432config FEATURE_ICON 424config FEATURE_ICON
433 bool "Include application icon in binary" 425 bool "Include application icon in binary"
434 default y 426 default y