Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Improve comment. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | cmake-ide |
Files: | files | file ages | folders |
SHA3-256: |
f9ba9d94ac8e720a4191d249a2518d4a |
User & Date: | mistachkin 2018-08-02 11:44:29.997 |
Context
2018-08-02
| ||
11:58 | Merge updates from trunk. ... (check-in: b6a0c001 user: mistachkin tags: cmake-ide) | |
11:44 | Improve comment. ... (check-in: f9ba9d94 user: mistachkin tags: cmake-ide) | |
09:55 | Allow out-of-source build with MSVC on Windows. ... (check-in: fc8281ee user: ashepilko tags: cmake-ide) | |
Changes
Changes to win/buildmsvc.bat.
︙ | ︙ | |||
196 197 198 199 200 201 202 | %_VECHO% Include = '%INCLUDE%' %_VECHO% Lib = '%LIB%' %_VECHO% NmakeArgs = '%NMAKE_ARGS%' REM REM NOTE: Attempt to execute NMAKE for the Fossil MSVC makefile, passing REM anything extra from our command line along (e.g. extra options). | | | | 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 | %_VECHO% Include = '%INCLUDE%' %_VECHO% Lib = '%LIB%' %_VECHO% NmakeArgs = '%NMAKE_ARGS%' REM REM NOTE: Attempt to execute NMAKE for the Fossil MSVC makefile, passing REM anything extra from our command line along (e.g. extra options). REM Also, pass the base directory of the Fossil source tree as this REM allows an out-of-source-tree build. REM %__ECHO% nmake /f "%TOOLS%\Makefile.msc" B="%ROOT%" %NMAKE_ARGS% %* IF ERRORLEVEL 1 ( GOTO errors ) |
︙ | ︙ |