Fix MSVC recipe for ecpg regression tests, redux.

Forgot to inject -DCMDLINESYM=123 ...

Per buildfarm.

Discussion: https://postgr.es/m/4cc4dc47-ca2b-4129-8784-db69b5f82777@dunslane.net
This commit is contained in:
Tom Lane 2024-04-19 01:07:16 -04:00
parent 1e7b1b026d
commit f7e8917481
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@
<CreateProperty Value="-i" Condition="'%(Pgc.FileName)'=='strings'">
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
</CreateProperty>
<CreateProperty Value="-DCMDLINESYM=123" Condition="'%(Pgc.FileName)'=='define'">
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
</CreateProperty>
<CreateProperty Value="define_prelim.pgc" Condition="'%(Pgc.FileName)'=='define'">
<Output TaskParameter="Value" PropertyName="ECPGEXTRA" />
</CreateProperty>