https://github.com/Kitware/CMake
Revision d2c764ad8db1a2d920e43f5c78d4ff4b1f643cee authored by Brad King on 02 April 2012, 14:55:01 UTC, committed by Brad King on 02 April 2012, 14:58:56 UTC
Refactoring in commit a2514f15 (Simplify cmNinjaTargetGenerator using
cmGeneratorTarget, 2012-03-13) accidentally removed mapping of .def file
paths through ConvertToNinjaPath (via GetSourceFilePath).  Take the
ModuleDefinitionFile value from cmGeneratorTarget and map it correctly
through ConvertToNinjaPath.

In addition to generating cleaner paths in the ninja build files this
correctly links up references to a generated .def file with the custom
command output that produces it.
1 parent a2514f1
Raw File
Tip revision: d2c764ad8db1a2d920e43f5c78d4ff4b1f643cee authored by Brad King on 02 April 2012, 14:55:01 UTC
Ninja: Fix module .def file path conversion
Tip revision: d2c764a
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top