[cmake-developers] wlink command-line parsing
Brad King
brad.king at kitware.com
Thu Mar 27 11:48:08 EDT 2014
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
More information about the cmake-developers
mailing list