Kaydet (Commit) 846604f0 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS uno2 (1.5.10.1.18); FILE MERGED

2003/04/14 10:11:03 jsc 1.5.10.1.18.1: #107991# new naming convention for uno components
üst 0434d40f
...@@ -76,10 +76,10 @@ $(COMPOENNT_ENV_FLAG) : ...@@ -76,10 +76,10 @@ $(COMPOENNT_ENV_FLAG) :
@echo -------------------------------------------------------------------------------- @echo --------------------------------------------------------------------------------
@echo Register necessary runtime components in the DocumentLoader.rdb @echo Register necessary runtime components in the DocumentLoader.rdb
@echo -------------------------------------------------------------------------------- @echo --------------------------------------------------------------------------------
regcomp -register -r $(OUT_BIN)/DocumentLoader.rdb -c $(SHAREDLIB_PRE)connectr.$(SHAREDLIB_EXT) regcomp -register -r $(OUT_BIN)/DocumentLoader.rdb -c connector.uno.$(SHAREDLIB_EXT)
regcomp -register -r $(OUT_BIN)/DocumentLoader.rdb -c $(SHAREDLIB_PRE)remotebridge.$(SHAREDLIB_EXT) regcomp -register -r $(OUT_BIN)/DocumentLoader.rdb -c remotebridge.uno.$(SHAREDLIB_EXT)
regcomp -register -r $(OUT_BIN)/DocumentLoader.rdb -c $(SHAREDLIB_PRE)brdgfctr.$(SHAREDLIB_EXT) regcomp -register -r $(OUT_BIN)/DocumentLoader.rdb -c bridgefac.uno.$(SHAREDLIB_EXT)
regcomp -register -r $(OUT_BIN)/DocumentLoader.rdb -c $(SHAREDLIB_PRE)uuresolver.$(SHAREDLIB_EXT) regcomp -register -r $(OUT_BIN)/DocumentLoader.rdb -c uuresolver.uno.$(SHAREDLIB_EXT)
@echo bla > $@ @echo bla > $@
CppDocumentLoaderExample : $(OUT_BIN)/DocumentLoader$(EXE_EXT) $(COMPOENNT_ENV_FLAG) CppDocumentLoaderExample : $(OUT_BIN)/DocumentLoader$(EXE_EXT) $(COMPOENNT_ENV_FLAG)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment