From 7d6eb69950df97a12fc723bada1eb7c1839740ca Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 30 Apr 2012 14:53:11 +0200 Subject: rename functions for consistency with the rest of gbuild Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb --- shell/WinResTarget_shlxthdl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/WinResTarget_shlxthdl.mk') diff --git a/shell/WinResTarget_shlxthdl.mk b/shell/WinResTarget_shlxthdl.mk index 4c3478b71804..0a6aebd5f5ee 100644 --- a/shell/WinResTarget_shlxthdl.mk +++ b/shell/WinResTarget_shlxthdl.mk @@ -33,7 +33,7 @@ $(eval $(call gb_WinResTarget_set_include,shlxthdl,\ -I$(SRCDIR)/shell/inc \ )) -$(eval $(call gb_WinResTarget_add_file,shlxthdl,shell/source/win32/shlxthandler/res/shlxthdl)) +$(eval $(call gb_WinResTarget_set_rcfile,shlxthdl,shell/source/win32/shlxthandler/res/shlxthdl)) $(call gb_WinResTarget_get_target,shlxthdl) : $(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/shlxthdl_impl.rc -- cgit