On 04.06.2012 17:59, Bill Hoffman wrote:
We are you using the linker support for response files?  I thought ninja
was handling this with its own response files?


rspfile, rspfile_content
rule link
    command = link.exe /OUT$out [usual link flags here] @$out.rsp
    rspfile = $out.rsp
    rspfile_content = $in

Seems like command could be anything at all.

     command = foobar $out bunch of stuff  @$out.rsp

Also, perhaps we should move this to the cmake-developers list?  Are you
both on that list?


I've answered on the the devel list.


-Bill
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to