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

Peter Kümmel syntheticpp at gmx.net
Thu Jun 14 19:06:00 EDT 2012


On 15.06.2012 00:33, Peter Kümmel wrote:
> 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?
>

This was a false alarm. But now I have to revert a bit.

Peter



More information about the cmake-developers mailing list