summaryrefslogtreecommitdiffstats
path: root/shell/WinResTarget_shlxthdl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'shell/WinResTarget_shlxthdl.mk')
-rw-r--r--shell/WinResTarget_shlxthdl.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/WinResTarget_shlxthdl.mk b/shell/WinResTarget_shlxthdl.mk
index 0a6aebd5f5ee..f6392757fb66 100644
--- a/shell/WinResTarget_shlxthdl.mk
+++ b/shell/WinResTarget_shlxthdl.mk
@@ -29,12 +29,13 @@ $(eval $(call gb_WinResTarget_WinResTarget,shlxthdl))
$(eval $(call gb_WinResTarget_set_include,shlxthdl,\
$$(INCLUDE) \
- -I$(WORKDIR)/CustomTarget/shell/source/win32/shlxthandler/res \
-I$(SRCDIR)/shell/inc \
))
-$(eval $(call gb_WinResTarget_set_rcfile,shlxthdl,shell/source/win32/shlxthandler/res/shlxthdl))
+$(eval $(call gb_WinResTarget_use_custom_headers,shlxthdl,\
+ shell/source/win32/shlxthandler/res \
+))
-$(call gb_WinResTarget_get_target,shlxthdl) : $(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/shlxthdl_impl.rc
+$(eval $(call gb_WinResTarget_set_rcfile,shlxthdl,shell/source/win32/shlxthandler/res/shlxthdl))
# vim: set shiftwidth=4 tabstop=4 noexpandtab: