From 2e2dcefb5fde4672f1fef96a3be6a046c3bad3bb Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 27 Sep 2011 19:54:42 +0200 Subject: make WinResTarget's name independent of LinkTarget --- desktop/Executable_quickstart.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/Executable_quickstart.mk') diff --git a/desktop/Executable_quickstart.mk b/desktop/Executable_quickstart.mk index 593ef1f09d0b..3259cc119fe9 100644 --- a/desktop/Executable_quickstart.mk +++ b/desktop/Executable_quickstart.mk @@ -60,6 +60,6 @@ $(eval $(call gb_Executable_add_exception_objects,quickstart,\ desktop/win32/source/QuickStart/QuickStart \ )) -$(eval $(call gb_Executable_add_nativeres,quickstart,src)) +$(eval $(call gb_Executable_add_nativeres,quickstart,quickstart/src)) # vim: set ts=4 sw=4 et: -- cgit