David Cole 269a4b876a Enable calling commands with : in argv[1] (#9963)
The solution seems hackish, but it works: for
NMake only, prepend a no-op command before each
real command that begins with ".

This is really a work-around for an NMake problem.
When a command begins with ", nmake truncates the
first argument to the command after the first :
in that arg. It has a parsing problem.

Workaround..., hackish..., but it should solve
the issue for #9963 and its related friends.

Also, modify the CustomCommand test to replicate
the problem reported in issue #9963. Before the
NMake specific code change, the test failed.
Now, it passes. Ahhhhhh.
2010-09-10 17:55:45 -04:00
..
2010-08-31 10:41:23 -04:00
2010-09-10 00:10:08 -04:00
2010-05-19 15:40:48 -06:00
2010-09-08 11:08:05 -04:00
2009-12-08 09:38:36 -05:00
2010-08-31 10:41:23 -04:00
2010-08-31 10:41:23 -04:00
2010-05-17 13:34:29 -04:00
2010-03-02 15:38:02 -05:00
2010-08-31 10:41:23 -04:00