[cmake-developers] wlink command-line parsing

Jiri Malak malak.jiri at gmail.com
Thu Mar 27 13:22:54 EDT 2014


I did it.
New patch is enclosed.

Regards

Jiri

> On 03/26/2014 06:38 PM, Jiri Malak wrote:
>> It is correct version of patch.
>
> Thanks.
>
>> +  if( useSingleQuote)
>> +    {
>> +#if defined(_WIN32) && !defined(__CYGWIN__)
>> +    result = "'";
>> +#else
>> +    result = "\"'";
>> +#endif
>
> This quoting style is now very specific to Watcom.  Please
> add another patch on top of this to rename:
>
>  useSingleQuote => useWatcomQuote
>  _USE_SINGLE_QUOTE => _USE_WATCOM_QUOTE
>
> I will squash them all together and update the commit message
> accordingly.
>
> Thanks,
> -Brad
>
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-Correct-single-quote-processing-for-Watcom-linker.patch
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20140327/733285b5/attachment-0002.ksh>


More information about the cmake-developers mailing list