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:
parent
481597fc6c
commit
c6bfeab42b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user