summaryrefslogtreecommitdiff
path: root/shell/Library_propertyhdl_x64.mk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-05-29 16:47:03 +0200
committerAndras Timar <atimar@suse.com>2012-05-29 16:48:55 +0200
commit759d11c6c7c5174d04803f5710db62cba35dfde8 (patch)
treef158ae59d7b1ff976add7d2010f1e38a266e0aab /shell/Library_propertyhdl_x64.mk
parent6b915b210aeebeed104ab3e266c4ebc67c1c9d46 (diff)
trying to fix shell x64 build on Windows
Change-Id: Ibf5dffec5f5617d225f6f529566b524ebafc20c2
Diffstat (limited to 'shell/Library_propertyhdl_x64.mk')
-rw-r--r--shell/Library_propertyhdl_x64.mk4
1 files changed, 2 insertions, 2 deletions
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: