diff options
author | Ron Yorston <rmy@pobox.com> | 2018-11-21 13:26:03 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-11-21 13:26:03 +0000 |
commit | 1ae73ffecfa074e345c75dc761931a767c9c9318 (patch) | |
tree | 8f61366b3092882eb00551c8f50021ed8ca866cf /win32/resources/resources.rc | |
parent | 3b4b844e05b5ee2517311c27e1c8bab8df0e0808 (diff) | |
download | busybox-w32-1ae73ffecfa074e345c75dc761931a767c9c9318.tar.gz busybox-w32-1ae73ffecfa074e345c75dc761931a767c9c9318.tar.bz2 busybox-w32-1ae73ffecfa074e345c75dc761931a767c9c9318.zip |
Allow build objects to go to a separate directory
Fix the build system so the KBUILD_OUTPUT environment variable can be
used as intended: to specify that object files are placed in a separate
directory from the source.
Also ensure that busybox-w32.manifest is deleted by 'make mrproper'.
Diffstat (limited to 'win32/resources/resources.rc')
-rw-r--r-- | win32/resources/resources.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/resources/resources.rc b/win32/resources/resources.rc index 891f8a485..f77a3bcc9 100644 --- a/win32/resources/resources.rc +++ b/win32/resources/resources.rc | |||
@@ -1,4 +1,4 @@ | |||
1 | #include "../../include/autoconf.h" | 1 | #include <autoconf.h> |
2 | 2 | ||
3 | #if ENABLE_FEATURE_ICON_ATERM || ENABLE_FEATURE_ICON_ALL | 3 | #if ENABLE_FEATURE_ICON_ATERM || ENABLE_FEATURE_ICON_ALL |
4 | 1 ICON "aterm.ico" | 4 | 1 ICON "aterm.ico" |