From 53d39155ca2996968a8619b2dd4cf582d2f20f11 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 30 Apr 2012 17:09:13 +0200 Subject: use gb_WinResTarget_use_custom_headers Change-Id: I62f63eb4eeb8d48c35bec1c8e9f05e7037ccd12c --- shell/WinResTarget_shlxthdl.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'shell') 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: -- cgit