2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Better help for initial toolset settings

[SVN r11655]
This commit is contained in:
Dave Abrahams
2001-11-11 05:06:53 +00:00
parent cc0171ea48
commit 37516a7202
4 changed files with 24 additions and 4 deletions

View File

@@ -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 ;
}
}

View File

@@ -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",

View File

@@ -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 ;
}
}

View File

@@ -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",