diff options
author | Ron Yorston <rmy@pobox.com> | 2019-02-21 11:29:12 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-02-21 11:53:55 +0000 |
commit | 20dfd84edd1b45b78a284bf75ef711726a4e8415 (patch) | |
tree | 65a54303ce20a05a50132a4efb2827d8e62ed6fc /Config.in | |
parent | 4dbb0461e21a10ae96ccde2ca22871079fc37566 (diff) | |
download | busybox-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.in | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 | ||
424 | config 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 | |||
432 | config FEATURE_ICON | 424 | config FEATURE_ICON |
433 | bool "Include application icon in binary" | 425 | bool "Include application icon in binary" |
434 | default y | 426 | default y |