diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2011-03-01 09:48:57 +0100 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2011-03-01 09:48:57 +0100 |
commit | 8e8fc2abfa0e8ffe4dc9b7cd4b59593b2d674351 (patch) | |
tree | 2596f34dda9f82f3be4b3bb37ee9fe1cde48d575 /odk/examples/DevelopersGuide | |
parent | 471c9c37fe8a1eb49c3cf9177149020dc7850211 (diff) |
jsc340: i114609: adapt examples to work with the URE and use the passive registration
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r-- | odk/examples/DevelopersGuide/ProfUNO/CppBinding/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/Makefile b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/Makefile index 1ab9cfb31b49..09d8246b14e0 100644 --- a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/Makefile +++ b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/Makefile @@ -53,7 +53,7 @@ APP1_BINARY=$(OUT_BIN)/$(APP1_NAME)$(EXE_EXT) APP2_NAME=string_samples APP2_BINARY=$(OUT_BIN)/$(APP2_NAME)$(EXE_EXT) -ENV_OFFICE_TYPES=-env:URE_MORE_TYPES=file://$(OFFICE_TYPES) +ENV_OFFICE_TYPES=-env:URE_MORE_TYPES=$(URLPREFIX)$(OFFICE_TYPES) CXXFILES = \ office_connect.cxx \ |