2
0
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:
Dave Abrahams
2002-01-14 03:32:27 +00:00
parent b1b72ea479
commit eea04bf586
4 changed files with 24 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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