summaryrefslogtreecommitdiff
path: root/win32/resources/resources.rc
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-11-21 13:26:03 +0000
committerRon Yorston <rmy@pobox.com>2018-11-21 13:26:03 +0000
commit1ae73ffecfa074e345c75dc761931a767c9c9318 (patch)
tree8f61366b3092882eb00551c8f50021ed8ca866cf /win32/resources/resources.rc
parent3b4b844e05b5ee2517311c27e1c8bab8df0e0808 (diff)
downloadbusybox-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.rc2
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
41 ICON "aterm.ico" 41 ICON "aterm.ico"