summaryrefslogtreecommitdiff
path: root/odk/configure.pl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-20 12:10:57 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-20 12:10:57 +0000
commit9df5fb9b0f4587f7b12ce04e5fc686760132b5c2 (patch)
tree527138450c327247f309ee9006bfe29432c91cad /odk/configure.pl
parent95e17d94fc6a1f448f007ec1f9e9af6f01458876 (diff)
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
Diffstat (limited to 'odk/configure.pl')
-rw-r--r--odk/configure.pl7
1 files 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 = <STDIN>;
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;