[Libreoffice-commits] core.git: odk/examples
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 10 12:56:42 UTC 2021
odk/examples/cpp/remoteclient/Makefile | 8 --------
1 file changed, 8 deletions(-)
New commits:
commit cc60672058f8ea72f29e5ebc5be3439fd41a5de9
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Sep 10 13:21:04 2021 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Sep 10 14:56:06 2021 +0200
This example doesn't have any idl files
Change-Id: Ia70268084603db3329d276533a9351e6c1eebbca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121894
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/odk/examples/cpp/remoteclient/Makefile b/odk/examples/cpp/remoteclient/Makefile
index 238ec3ca2a74..956243a5d452 100644
--- a/odk/examples/cpp/remoteclient/Makefile
+++ b/odk/examples/cpp/remoteclient/Makefile
@@ -44,8 +44,6 @@ include $(SETTINGS)/std.mk
COMP_NAME=remoteclientsample
COMP_IMPL_NAME=$(COMP_NAME).uno.$(SHAREDLIB_EXT)
COMP_IMPL=$(SHAREDLIB_OUT)/$(COMP_IMPL_NAME)
-COMP_RDB_NAME = $(COMP_NAME).uno.rdb
-COMP_RDB = $(OUT_BIN)/$(COMP_RDB_NAME)
COMP_SERVICES=$(SHAREDLIB_OUT)/remoteclientsample.rdb
ENV_COMP_SERVICES=-env:URE_MORE_SERVICES=$(URLPREFIX)$(COMP_SERVICES)
@@ -67,12 +65,6 @@ ALL : \
include $(SETTINGS)/stdtarget.mk
-# This example type library will be extended by the URE types
-$(OUT_BIN)/%.rdb :
- -$(MKDIR) $(subst /,$(PS),$(@D))
- -$(DEL) $(subst \\,\,$(subst /,$(PS),$@))
- $(REGMERGE) $@ / $(URE_TYPES)
-
$(OUT_COMP_SLO)/%.$(OBJ_EXT) : %.cxx $(SDKTYPEFLAG)
-$(MKDIR) $(subst /,$(PS),$(@D))
$(CC) $(CC_FLAGS) $(CC_INCLUDES) -I$(OUT_COMP_INC) $(CC_DEFINES) $(CC_OUTPUT_SWITCH)$(subst /,$(PS),$@) $<
More information about the Libreoffice-commits
mailing list