summaryrefslogtreecommitdiff
path: root/ure/Package_install.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-02 18:12:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-03 15:19:55 +0100
commit827430c8c0417396b3c1d2a049ccddb818c89646 (patch)
tree2b249c14dcbfb725469b4dd70c125d00486d2a84 /ure/Package_install.mk
parent1924d05e706e6308b4de3b6103ebb73976866d66 (diff)
Fold URE: Windows
...assuming the delayLoadHook in cli_ure/source/native/native_bootstrap.cxx is no longer necessary and loading of cppuhelper from the program dir cannot fail regardless in whatever scenario the cli_cppuhelper library itself is loaded. Change-Id: I13f32b327bca4cce9780864f5e57cdad3860afe5
Diffstat (limited to 'ure/Package_install.mk')
-rw-r--r--ure/Package_install.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/ure/Package_install.mk b/ure/Package_install.mk
index c02cf299e5f8..99801c764541 100644
--- a/ure/Package_install.mk
+++ b/ure/Package_install.mk
@@ -15,8 +15,6 @@ endif
ifeq (MACOSX,$(OS))
$(eval $(call gb_Package_add_symbolic_link,ure_install,MacOS/urelibs,../Frameworks))
-else ifeq (WNT,$(OS))
-$(eval $(call gb_Package_add_file,ure_install,ure-link,ure-link))
endif
# vim:set noet sw=4 ts=4: