Commit 989a9dc9 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winemaker: Remove trailing semicolon from PreprocessorDefinitions.

parent 9d40addb
......@@ -967,6 +967,7 @@ sub source_scan_project_file($$$)
}
if ($vc_compiler_tool->getName eq "PreprocessorDefinitions") {
$configt=$vc_compiler_tool->getValue;
$configt=~s/;+$//;
$configt=~s/;\s*/ -D/g;
$prj_target_defines.="-D".$configt." ";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment