diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2002-12-19 09:39:05 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2002-12-19 09:39:05 +0000 |
commit | 77a6abd9dd1d7d5338dac0af09efa6aad07ed017 (patch) | |
tree | c0120b53af56e58d694a6d1023cd9327ac37703f /odk/examples/OLE/activex | |
parent | 82456883c7c0205d5230d444e01765959a590f6f (diff) |
#99053# modified, new build env
Diffstat (limited to 'odk/examples/OLE/activex')
-rw-r--r-- | odk/examples/OLE/activex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/OLE/activex/Makefile b/odk/examples/OLE/activex/Makefile index 0356dd285737..c5a52165ffa4 100644 --- a/odk/examples/OLE/activex/Makefile +++ b/odk/examples/OLE/activex/Makefile @@ -1,4 +1,4 @@ -# Builds the OLE activx C++ component example of the SDK. +# Builds the OLE activex C++ component example of the SDK. PRJ=../../.. SETTINGS=$(PRJ)/settings @@ -57,8 +57,8 @@ $(SHAREDLIB_OUT)/$(SHAREDLIB_PRE)%.$(SHAREDLIB_EXT) : $(SLOFILES) $(OUT_COMP_GEN OleActvieXComponentExample : $(COMPONENT_IMPL) ifeq "$(OS)" "WIN" @echo -------------------------------------------------------------------------------- - @echo The activex control was created, pleae use the example.html file to use this - @echo activex control in the InternetExplorer. + @echo The activex control was created, please load the example.html file in your + @echo InternetExplorer to use the activex control. @echo -------------------------------------------------------------------------------- else @echo -------------------------------------------------------------------------------- |