Problem
dynpmc.pl uses interpolated quotes to set up compiler and linker
flags, which may cause problems on Win32. For example, instead of "-I
C:\usr\local\icu\include" I have "-I C:Srocalicuinclude" during
compilation. Things currently compile fine, but this interpolation
might cause problems in the future.
Possible Solution
Attached patch changes all quotes to non-interpolated, which is
hopefully the right thing to do (?)
Changed Files
config/gen/makefiles/dynpmc_pl.in