diff options
author | Ron Yorston <rmy@pobox.com> | 2018-07-24 16:43:10 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-07-24 16:43:10 +0100 |
commit | 958ba292aab941d81b4d89dedc92ba78ace6b1ad (patch) | |
tree | f10caea34bb23a61be8de468a7e3f6fae16363bd /Makefile | |
parent | 43dd125914c7cc4656cf06b23230031e3444c5ff (diff) | |
download | busybox-w32-958ba292aab941d81b4d89dedc92ba78ace6b1ad.tar.gz busybox-w32-958ba292aab941d81b4d89dedc92ba78ace6b1ad.tar.bz2 busybox-w32-958ba292aab941d81b4d89dedc92ba78ace6b1ad.zip |
win32: rename resource files
Since more than just icon resources are now provided give various
files more appropriate names.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -464,7 +464,7 @@ scripts_basic: include/autoconf.h | |||
464 | # Objects we will link into busybox / subdirs we need to visit | 464 | # Objects we will link into busybox / subdirs we need to visit |
465 | core-y := \ | 465 | core-y := \ |
466 | applets/ \ | 466 | applets/ \ |
467 | win32/icon/ \ | 467 | win32/resources/ \ |
468 | 468 | ||
469 | libs-y := \ | 469 | libs-y := \ |
470 | archival/ \ | 470 | archival/ \ |