summaryrefslogtreecommitdiff
path: root/indra/newview/llface.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2016-11-08 22:22:39 -0800
committerNat Goodspeed <nat@lindenlab.com>2016-11-08 22:22:39 -0800
commit222d5621fd8298dd8eb44b52a7774e98e6eb21b7 (patch)
treec636b866e76a9fed7ff97512f42ca4ea52519f4e /indra/newview/llface.cpp
parentbdd9777505b8954ec5d52f5236f1c3afba3a7667 (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/newview/llface.cpp')
0 files changed, 0 insertions, 0 deletions