From 532b47a650ce5189e1fb759201129d7d1f434133 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 4 Feb 2016 15:51:08 +0100 Subject: [ABI CHANGE] In SDK, replace regcompare with unoidl-check ...as the latter was the more flexible replacement for the former for LO- internal use already. The only gotcha to watch out for is that unoidl-check cannot be used to check "naked" .urd files, but only ones where the content has been moved to /UCR via regmerge. Leave registry/CustomTarget_regcompare_test.mk around to verify that unoidl-check behaves the same as did regcompare on those old-format .urd/.rdb files. Change-Id: Ic13ede48535bf942126c810d88bac7e4081d984e --- Repository.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Repository.mk') diff --git a/Repository.mk b/Repository.mk index 56b1708f7643..6ca3184b5032 100644 --- a/Repository.mk +++ b/Repository.mk @@ -58,7 +58,6 @@ $(eval $(call gb_Helper_register_executables,NONE, \ treex \ uiex \ ulfex \ - unoidl-check \ unoidl-read \ unoidl-write \ xrmex \ @@ -82,9 +81,9 @@ $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \ cppumaker \ idlc \ javamaker \ - regcompare \ $(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \ $(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \ + unoidl-check \ $(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \ )) -- cgit