aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-07-24 16:43:10 +0100
committerRon Yorston <rmy@pobox.com>2018-07-24 16:43:10 +0100
commit958ba292aab941d81b4d89dedc92ba78ace6b1ad (patch)
treef10caea34bb23a61be8de468a7e3f6fae16363bd /Makefile
parent43dd125914c7cc4656cf06b23230031e3444c5ff (diff)
downloadbusybox-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfab2e914..ee30c1f08 100644
--- a/Makefile
+++ b/Makefile
@@ -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
465core-y := \ 465core-y := \
466 applets/ \ 466 applets/ \
467 win32/icon/ \ 467 win32/resources/ \
468 468
469libs-y := \ 469libs-y := \
470 archival/ \ 470 archival/ \