https://github.com/Kitware/CMake
Revision 9977899df2c6c7687353882eff01150546ef42a9 authored by Ben Boeckel on 13 October 2016, 16:42:54 UTC, committed by Brad King on 13 October 2016, 17:03:57 UTC
In commit v3.7.0-rc1~275^2 (Ninja: Use full path for all source files,
2016-08-05), the source path was changed to use an absolute path.
Inside of `cmcldeps` for `.rc` file compilation, it uses a separate
argument for the path to the source file.  This ended up causing
`cmcldeps` to transform the following call:

    cmcldeps.exe RC source.rc ... C:/full/path/to/source.rc

into:

    ... C:/full/path/to//Tc source.rc

which is invalid.  Update the source filename to use the full path to
the source file so that the path is replaced properly.
1 parent b99bbfe
History
Tip revision: 9977899df2c6c7687353882eff01150546ef42a9 authored by Ben Boeckel on 13 October 2016, 16:42:54 UTC
Ninja: Fix RC language depfile generation with cmcldeps
Tip revision: 9977899
File Mode Size
Doxygen
Git
GitSetup
KWIML
KWStyle
Release
Scripts
Sphinx
cmbzip2
cmcompress
cmcurl
cmexpat
cmjsoncpp
cmlibarchive
cmliblzma
cmlibuv
cmzlib
.NoDartCoverage -rw-r--r-- 39 bytes
.gitattributes -rw-r--r-- 76 bytes
CMakeLists.txt -rw-r--r-- 1.0 KB
SetupForDevelopment.sh -rwxr-xr-x 392 bytes
cmThirdParty.h.in -rw-r--r-- 656 bytes
cm_bzlib.h -rw-r--r-- 361 bytes
cm_curl.h -rw-r--r-- 372 bytes
cm_expat.h -rw-r--r-- 365 bytes
cm_jsoncpp_reader.h -rw-r--r-- 405 bytes
cm_jsoncpp_value.h -rw-r--r-- 401 bytes
cm_jsoncpp_writer.h -rw-r--r-- 405 bytes
cm_kwiml.h -rw-r--r-- 435 bytes
cm_libarchive.h -rw-r--r-- 471 bytes
cm_lzma.h -rw-r--r-- 367 bytes
cm_uv.h -rw-r--r-- 357 bytes
cm_xmlrpc.h -rw-r--r-- 353 bytes
cm_zlib.h -rw-r--r-- 354 bytes

back to top