[cmake-developers] cmake -E vs_link with response files

Peter Kümmel syntheticpp at gmx.net
Thu Jun 14 18:33:02 EDT 2012


I found a new problem were I could not
find a good solution:

cmd.exe /c $PRE_LINK
&&  cmake.exe -E vs_link_dll $in
&&  $POST_LINK

Assume $in is to big for the command line,
what could be done then. First I thought
$PRE_LINK and $POST_LINK are then empty
and could be dropped, but this is wrong.

Is there something like response files for
linking via vc_link already implemented?

Peter



More information about the cmake-developers mailing list