From 37516a7202f4df598f2fbb7b1c0da5f10bc2259b Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 11 Nov 2001 05:06:53 +0000 Subject: [PATCH] Better help for initial toolset settings [SVN r11655] --- historic/jam/src/Jambase | 7 ++++++- historic/jam/src/jambase.c | 7 ++++++- jam_src/Jambase | 7 ++++++- jam_src/jambase.c | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/historic/jam/src/Jambase b/historic/jam/src/Jambase index dcd9ec0a1..d3d80814f 100644 --- a/historic/jam/src/Jambase +++ b/historic/jam/src/Jambase @@ -282,9 +282,14 @@ if $(NT) ECHO " - define the JAM_TOOLSET environment variable with the *name*" ; ECHO " of the toolset variable you want to use." ; ECHO ; - ECHO " e.g.: set VISUALC=C:\Visual6" ; + ECHO " e.g.: set VISUALC=C:\\Visual6" ; ECHO " set JAM_TOOLSET=VISUALC" ; ECHO ; + ECHO " - if your toolset's installation path contains spaces, surround" ; + ECHO " it with quotes:" ; + ECHO ; + ECHO " e.g.: set VISUALC=\"C:\\Program Files\\Microsoft Visual C++\\VC98\"" ; + ECHO ; EXIT ; } } diff --git a/historic/jam/src/jambase.c b/historic/jam/src/jambase.c index a478931ef..b54a899ee 100644 --- a/historic/jam/src/jambase.c +++ b/historic/jam/src/jambase.c @@ -80,9 +80,14 @@ char *jambase[] = { "ECHO \" - define the JAM_TOOLSET environment variable with the *name*\" ;\n", "ECHO \" of the toolset variable you want to use.\" ;\n", "ECHO ;\n", -"ECHO \" e.g.: set VISUALC=C:\\Visual6\" ;\n", +"ECHO \" e.g.: set VISUALC=C:\\\\Visual6\" ;\n", "ECHO \" set JAM_TOOLSET=VISUALC\" ;\n", "ECHO ;\n", +"ECHO \" - if your toolset's installation path contains spaces, surround\" ;\n", +"ECHO \" it with quotes:\" ;\n", +"ECHO ;\n", +"ECHO \" e.g.: set VISUALC=\\\"C:\\\\Program Files\\\\Microsoft Visual C++\\\\VC98\\\"\" ;\n", +"ECHO ;\n", "EXIT ;\n", "}\n", "}\n", diff --git a/jam_src/Jambase b/jam_src/Jambase index dcd9ec0a1..d3d80814f 100644 --- a/jam_src/Jambase +++ b/jam_src/Jambase @@ -282,9 +282,14 @@ if $(NT) ECHO " - define the JAM_TOOLSET environment variable with the *name*" ; ECHO " of the toolset variable you want to use." ; ECHO ; - ECHO " e.g.: set VISUALC=C:\Visual6" ; + ECHO " e.g.: set VISUALC=C:\\Visual6" ; ECHO " set JAM_TOOLSET=VISUALC" ; ECHO ; + ECHO " - if your toolset's installation path contains spaces, surround" ; + ECHO " it with quotes:" ; + ECHO ; + ECHO " e.g.: set VISUALC=\"C:\\Program Files\\Microsoft Visual C++\\VC98\"" ; + ECHO ; EXIT ; } } diff --git a/jam_src/jambase.c b/jam_src/jambase.c index a478931ef..b54a899ee 100644 --- a/jam_src/jambase.c +++ b/jam_src/jambase.c @@ -80,9 +80,14 @@ char *jambase[] = { "ECHO \" - define the JAM_TOOLSET environment variable with the *name*\" ;\n", "ECHO \" of the toolset variable you want to use.\" ;\n", "ECHO ;\n", -"ECHO \" e.g.: set VISUALC=C:\\Visual6\" ;\n", +"ECHO \" e.g.: set VISUALC=C:\\\\Visual6\" ;\n", "ECHO \" set JAM_TOOLSET=VISUALC\" ;\n", "ECHO ;\n", +"ECHO \" - if your toolset's installation path contains spaces, surround\" ;\n", +"ECHO \" it with quotes:\" ;\n", +"ECHO ;\n", +"ECHO \" e.g.: set VISUALC=\\\"C:\\\\Program Files\\\\Microsoft Visual C++\\\\VC98\\\"\" ;\n", +"ECHO ;\n", "EXIT ;\n", "}\n", "}\n",