diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-11-08 22:22:39 -0800 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-11-08 22:22:39 -0800 |
commit | 222d5621fd8298dd8eb44b52a7774e98e6eb21b7 (patch) | |
tree | c636b866e76a9fed7ff97512f42ca4ea52519f4e /indra/llkdu/CMakeLists.txt | |
parent | bdd9777505b8954ec5d52f5236f1c3afba3a7667 (diff) |
DRTVWR-418: Use separate XML string elements for command arguments.
autobuild now passes a vector of arguments to the commands it executes,
instead of smashing everything together into a single string only to have
cmd.exe parse it back into individual arguments again. In general, this is a
good thing and more robust than before.
However, it surfaces the fact that sometimes people were lazy and encoded
things like "-configuration Release" or "-j 12" as single <string> elements in
the XML. When such things are handed to the command as a single argument string
containing a space, it can get confused.
Code (e.g.) <string>-configuration</string><string>Release</string> instead.
Diffstat (limited to 'indra/llkdu/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions