summaryrefslogtreecommitdiff
path: root/win32/resources/resources.rc
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 /win32/resources/resources.rc
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 'win32/resources/resources.rc')
-rw-r--r--win32/resources/resources.rc4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/resources/resources.rc b/win32/resources/resources.rc
index f77a3bcc9..d8b9d6407 100644
--- a/win32/resources/resources.rc
+++ b/win32/resources/resources.rc
@@ -32,7 +32,3 @@ BEGIN
32 END 32 END
33END 33END
34#endif 34#endif
35
36#if ENABLE_FEATURE_MANIFEST
371 RT_MANIFEST "busybox-w32.manifest"
38#endif