Fossil SCM
Improve comment.
Commit
f9ba9d94ac8e720a4191d249a2518d4abba2358374c11c8ad0e7a1a859525595
Parent
fc8281ee9ce08a3…
1 file changed
+2
-2
+2
-2
| --- win/buildmsvc.bat | ||
| +++ win/buildmsvc.bat | ||
| @@ -198,12 +198,12 @@ | ||
| 198 | 198 | %_VECHO% NmakeArgs = '%NMAKE_ARGS%' |
| 199 | 199 | |
| 200 | 200 | REM |
| 201 | 201 | REM NOTE: Attempt to execute NMAKE for the Fossil MSVC makefile, passing |
| 202 | 202 | REM anything extra from our command line along (e.g. extra options). |
| 203 | -REM Pass the base directory of the Fossil source tree. | |
| 204 | -REM This allows an out-of-source build. | |
| 203 | +REM Also, pass the base directory of the Fossil source tree as this | |
| 204 | +REM allows an out-of-source-tree build. | |
| 205 | 205 | REM |
| 206 | 206 | %__ECHO% nmake /f "%TOOLS%\Makefile.msc" B="%ROOT%" %NMAKE_ARGS% %* |
| 207 | 207 | |
| 208 | 208 | IF ERRORLEVEL 1 ( |
| 209 | 209 | GOTO errors |
| 210 | 210 |
| --- win/buildmsvc.bat | |
| +++ win/buildmsvc.bat | |
| @@ -198,12 +198,12 @@ | |
| 198 | %_VECHO% NmakeArgs = '%NMAKE_ARGS%' |
| 199 | |
| 200 | REM |
| 201 | REM NOTE: Attempt to execute NMAKE for the Fossil MSVC makefile, passing |
| 202 | REM anything extra from our command line along (e.g. extra options). |
| 203 | REM Pass the base directory of the Fossil source tree. |
| 204 | REM This allows an out-of-source build. |
| 205 | REM |
| 206 | %__ECHO% nmake /f "%TOOLS%\Makefile.msc" B="%ROOT%" %NMAKE_ARGS% %* |
| 207 | |
| 208 | IF ERRORLEVEL 1 ( |
| 209 | GOTO errors |
| 210 |
| --- win/buildmsvc.bat | |
| +++ win/buildmsvc.bat | |
| @@ -198,12 +198,12 @@ | |
| 198 | %_VECHO% NmakeArgs = '%NMAKE_ARGS%' |
| 199 | |
| 200 | REM |
| 201 | REM NOTE: Attempt to execute NMAKE for the Fossil MSVC makefile, passing |
| 202 | REM anything extra from our command line along (e.g. extra options). |
| 203 | REM Also, pass the base directory of the Fossil source tree as this |
| 204 | REM allows an out-of-source-tree build. |
| 205 | REM |
| 206 | %__ECHO% nmake /f "%TOOLS%\Makefile.msc" B="%ROOT%" %NMAKE_ARGS% %* |
| 207 | |
| 208 | IF ERRORLEVEL 1 ( |
| 209 | GOTO errors |
| 210 |