summaryrefslogtreecommitdiffstats
path: root/extensions/Library_so_activex_x64.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-12-18 01:42:41 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-18 01:42:41 +0100
commitc439bc7a4aa0a4e01e0d01e09c5869619240c040 (patch)
tree2ac41f7eec165c1c8adf5508f09d17ec7e1039e9 /extensions/Library_so_activex_x64.mk
parentextensions: convert activex to gbuild (diff)
downloadcore-c439bc7a4aa0a4e01e0d01e09c5869619240c040.tar.gz
core-c439bc7a4aa0a4e01e0d01e09c5869619240c040.zip
extensions: tweak activex makefiles
Diffstat (limited to 'extensions/Library_so_activex_x64.mk')
-rw-r--r--extensions/Library_so_activex_x64.mk17
1 files changed, 8 insertions, 9 deletions
diff --git a/extensions/Library_so_activex_x64.mk b/extensions/Library_so_activex_x64.mk
index eab054d1dae1..f7cfa0b2a257 100644
--- a/extensions/Library_so_activex_x64.mk
+++ b/extensions/Library_so_activex_x64.mk
@@ -48,17 +48,18 @@ $(eval $(call gb_Library_add_api,so_activex_x64,\
$(eval $(call gb_Library_add_nativeres,so_activex_x64,activex_res))
-$(WORKDIR)/extensions/source/activex/%.cxx: $(SRCDIR)/extensions/source/activex/%.cxx
+$(WORKDIR)/CustomTarget/extensions/source/activex/%.cxx : \
+ $(SRCDIR)/extensions/source/activex/%.cxx
mkdir -p $(dir $@)
cp $< $@
$(eval $(call gb_Library_add_x64_generated_exception_objects,so_activex_x64,\
- extensions/source/activex/so_activex \
- extensions/source/activex/SOActiveX \
- extensions/source/activex/SOComWindowPeer \
- extensions/source/activex/SODispatchInterceptor \
- extensions/source/activex/SOActionsApproval \
- extensions/source/activex/StdAfx2 \
+ CustomTarget/extensions/source/activex/so_activex \
+ CustomTarget/extensions/source/activex/SOActiveX \
+ CustomTarget/extensions/source/activex/SOComWindowPeer \
+ CustomTarget/extensions/source/activex/SODispatchInterceptor \
+ CustomTarget/extensions/source/activex/SOActionsApproval \
+ CustomTarget/extensions/source/activex/StdAfx2 \
))
$(eval $(call gb_Library_add_ldflags,so_activex_x64,\
@@ -85,6 +86,4 @@ $(eval $(call gb_Library_add_libs,so_activex_x64,\
))
endif
-$(call gb_Library_get_clean_target,so_activex_x64): idlclean
-
# vim:set shiftwidth=4 softtabstop=4 expandtab: