From 9df5fb9b0f4587f7b12ce04e5fc686760132b5c2 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 20 Oct 2003 12:10:57 +0000 Subject: [PATCH] INTEGRATION: CWS sdk08 (1.5.2); FILE MERGED 2003/10/16 13:15:39 jsc 1.5.2.2: #110082# change string setsdkenv_windows.bat to setsdkenv_unix 2003/09/19 14:01:08 jsc 1.5.2.1: #110082# adopt output --- odk/configure.pl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/odk/configure.pl b/odk/configure.pl index ad087a69b6b4..cfff760cc1a0 100644 --- a/odk/configure.pl +++ b/odk/configure.pl @@ -148,7 +148,8 @@ while ( (!$main::correctVersion) && print "C++ Compiler where a language binding exist:\n"; print "Solaris, Sun WorkShop 6 update 1 C++ 5.2 2000/09/11 or higher\n"; print "Linux, GNU C++ compiler, gcc version 3.0.1 or higher\n"; - print "Enter C++ tools directory (optional) [$main::OO_SDK_CPP_HOME_SUGGESTION]: "; + print "Enter the directory of the C++ compiler, the directory\n"; + print "where the compiler is located (optional) [$main::OO_SDK_CPP_HOME_SUGGESTION]: "; $main::OO_SDK_CPP_HOME = ; chop($main::OO_SDK_CPP_HOME); @@ -295,7 +296,9 @@ close FILEIN; close FILEOUT; chmod 0755, "$main::currentWorkingDir/setsdkenv_unix"; -print "\nFor using your prepared environment, please run the \"setsdkenv_unix\" script file!\n\n"; +print "\n... \"setsdkenv_windows.bat\" batch file has been prepared.\n"; +print "For each time you want to use this configured SDK environment,\n"; +print "you have to run the \"setsdkenv_unix\" file in a new shell!\n\n"; exit $return;