mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Added better directions about quoting
[SVN r12304]
This commit is contained in:
@@ -286,9 +286,13 @@ if $(NT)
|
||||
ECHO " set JAM_TOOLSET=VISUALC" ;
|
||||
ECHO ;
|
||||
ECHO " - if your toolset's installation path contains spaces, surround" ;
|
||||
ECHO " it with quotes:" ;
|
||||
ECHO " it with TWO SETS of quotes:" ;
|
||||
ECHO ;
|
||||
ECHO " e.g.: set VISUALC=\"C:\\Program Files\\Microsoft Visual C++\\VC98\"" ;
|
||||
ECHO " e.g.: set VISUALC=\"\"C:\\Program Files\\Microsoft Visual C++\\VC98\"\"" ;
|
||||
ECHO ;
|
||||
ECHO " The outer quotes will prevent Jam from splitting its elements," ;
|
||||
ECHO " and the inner quotes will keep the path as a single argument on" ;
|
||||
ECHO " the build command line." ;
|
||||
ECHO ;
|
||||
EXIT ;
|
||||
}
|
||||
|
||||
@@ -84,9 +84,13 @@ char *jambase[] = {
|
||||
"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 \" it with TWO SETS of quotes:\" ;\n",
|
||||
"ECHO ;\n",
|
||||
"ECHO \" e.g.: set VISUALC=\\\"C:\\\\Program Files\\\\Microsoft Visual C++\\\\VC98\\\"\" ;\n",
|
||||
"ECHO \" e.g.: set VISUALC=\\\"\\\"C:\\\\Program Files\\\\Microsoft Visual C++\\\\VC98\\\"\\\"\" ;\n",
|
||||
"ECHO ;\n",
|
||||
"ECHO \" The outer quotes will prevent Jam from splitting its elements,\" ;\n",
|
||||
"ECHO \" and the inner quotes will keep the path as a single argument on\" ;\n",
|
||||
"ECHO \" the build command line.\" ;\n",
|
||||
"ECHO ;\n",
|
||||
"EXIT ;\n",
|
||||
"}\n",
|
||||
|
||||
@@ -286,9 +286,13 @@ if $(NT)
|
||||
ECHO " set JAM_TOOLSET=VISUALC" ;
|
||||
ECHO ;
|
||||
ECHO " - if your toolset's installation path contains spaces, surround" ;
|
||||
ECHO " it with quotes:" ;
|
||||
ECHO " it with TWO SETS of quotes:" ;
|
||||
ECHO ;
|
||||
ECHO " e.g.: set VISUALC=\"C:\\Program Files\\Microsoft Visual C++\\VC98\"" ;
|
||||
ECHO " e.g.: set VISUALC=\"\"C:\\Program Files\\Microsoft Visual C++\\VC98\"\"" ;
|
||||
ECHO ;
|
||||
ECHO " The outer quotes will prevent Jam from splitting its elements," ;
|
||||
ECHO " and the inner quotes will keep the path as a single argument on" ;
|
||||
ECHO " the build command line." ;
|
||||
ECHO ;
|
||||
EXIT ;
|
||||
}
|
||||
|
||||
@@ -84,9 +84,13 @@ char *jambase[] = {
|
||||
"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 \" it with TWO SETS of quotes:\" ;\n",
|
||||
"ECHO ;\n",
|
||||
"ECHO \" e.g.: set VISUALC=\\\"C:\\\\Program Files\\\\Microsoft Visual C++\\\\VC98\\\"\" ;\n",
|
||||
"ECHO \" e.g.: set VISUALC=\\\"\\\"C:\\\\Program Files\\\\Microsoft Visual C++\\\\VC98\\\"\\\"\" ;\n",
|
||||
"ECHO ;\n",
|
||||
"ECHO \" The outer quotes will prevent Jam from splitting its elements,\" ;\n",
|
||||
"ECHO \" and the inner quotes will keep the path as a single argument on\" ;\n",
|
||||
"ECHO \" the build command line.\" ;\n",
|
||||
"ECHO ;\n",
|
||||
"EXIT ;\n",
|
||||
"}\n",
|
||||
|
||||
Reference in New Issue
Block a user