diff --git a/autodoc/source/exes/adc_uni/makefile.mk b/autodoc/source/exes/adc_uni/makefile.mk index 9dea081b41c8..01cb0e41cd05 100644 --- a/autodoc/source/exes/adc_uni/makefile.mk +++ b/autodoc/source/exes/adc_uni/makefile.mk @@ -77,6 +77,8 @@ APP1TARGET= $(TARGET) APP1STACK= 1000000 APP1OBJS= $(OBJ)$/main.obj +APP1RPATH=SDK + .IF "$(GUI)"=="WNT" APP1STDLIBS= $(LIBSTLPORT) $(COSVLIB) $(UDMLIB) .ELSE diff --git a/odk/configure.pl b/odk/configure.pl index 7aef6d65acc9..2e6ebb7f053a 100644 --- a/odk/configure.pl +++ b/odk/configure.pl @@ -521,8 +521,8 @@ print " * ... your SDK environment has been prepared.\n"; print " * For each time you want to use this configured SDK environment, you\n"; print " * have to run the \"setsdkenv_unix\" script file!\n"; print " * Alternatively can you source one of the scripts\n"; -print " * \"$main::OO_SDK_CONFIG_HOME/setsdkenv_unix.sh\"\n"; -print " * \"$main::OO_SDK_CONFIG_HOME/setsdkenv_unix.csh\"\n"; +print " * \"$main::OO_SDK_CONFIG_HOME/$main::hostname/setsdkenv_unix.sh\"\n"; +print " * \"$main::OO_SDK_CONFIG_HOME/$main::hostname/setsdkenv_unix.csh\"\n"; print " * to get an environment without starting a new shell.\n"; print " ************************************************************************\n\n"; diff --git a/odk/docs/tools.html b/odk/docs/tools.html index 3e352f987767..33271ea10d41 100644 --- a/odk/docs/tools.html +++ b/odk/docs/tools.html @@ -51,6 +51,19 @@ comes with the office installation and can be found in the program directory of the office installation. +