avoid windres preprocessor quoting-messups with current cygwin
commit07f1ec0af02a9ab6c1bf6e6478092ee50495afa7
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Sat, 1 May 2021 08:40:58 +0000 (1 10:40 +0200)
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Sat, 1 May 2021 13:07:31 +0000 (1 15:07 +0200)
tree9f075279dced945e872e0fbf4f3d727bee10e0c3
parentafad6ba0f841985ee87a0a0871e10cda5d8913cc
avoid windres preprocessor quoting-messups with current cygwin

apparently fresh installs of cygwin behave differently with the windres
command's quoting and treats --preprocessor='cpp foo bar' as a single file
"cpp foo bar" to run instead of running "cpp" with the arguments "foo"
and "bar".
(-D and -I options are passed to the preprocessor automatically, so no
need to prefix those with --preprocessor-arg)

Change-Id: I711e968206f0769ff07152ebb9572e8b71c30cec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114965
Tested-by: Jenkins
Reviewed-by: Georgy Litvinov <git@litvinovg.pro>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
solenv/gbuild/platform/com_MSC_defs.mk