summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-30 17:09:13 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:34:06 +0200
commit53d39155ca2996968a8619b2dd4cf582d2f20f11 (patch)
treedf7af6309b302e958902d2324aae1f488d2fb547 /shell
parent218072e2307c99435a1530bc42a665e46a687347 (diff)
use gb_WinResTarget_use_custom_headers
Change-Id: I62f63eb4eeb8d48c35bec1c8e9f05e7037ccd12c
Diffstat (limited to 'shell')
-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: