From 759d11c6c7c5174d04803f5710db62cba35dfde8 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 29 May 2012 16:47:03 +0200 Subject: trying to fix shell x64 build on Windows Change-Id: Ibf5dffec5f5617d225f6f529566b524ebafc20c2 --- shell/Library_propertyhdl_x64.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/Library_propertyhdl_x64.mk') diff --git a/shell/Library_propertyhdl_x64.mk b/shell/Library_propertyhdl_x64.mk index f613bd358c22..e774a50a2ac8 100644 --- a/shell/Library_propertyhdl_x64.mk +++ b/shell/Library_propertyhdl_x64.mk @@ -83,8 +83,8 @@ $(eval $(call gb_Library_add_ldflags,propertyhdl_x64,\ /EXPORT:DllGetClassObject \ )) -$(eval $(call gb_Library_add_exception_objects,propertyhdl_x64,\ - shell/source/win32/shlxthandler/prophdl/propertyhdl \ +$(eval $(call gb_Library_add_generated_exception_objects,propertyhdl_x64,\ + CustomTarget/shell/source/win32/shlxthandler/prophdl/propertyhdl \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: -- cgit