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:
@@ -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 ;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 ;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user