Fix MSVC recipe for ecpg regression tests, redux.
authorTom Lane <[email protected]>
Fri, 19 Apr 2024 05:07:16 +0000 (01:07 -0400)
committerTom Lane <[email protected]>
Fri, 19 Apr 2024 05:07:41 +0000 (01:07 -0400)
Forgot to inject -DCMDLINESYM=123 ...

Per buildfarm.

Discussion: https://postgr.es/m/4cc4dc47-ca2b-4129-8784-db69b5f82777@dunslane.net

src/tools/msvc/ecpg_regression.proj

index 702a3b3a0e96394e6614a491e665e59a94bdc8d5..8691b044cc2f41babf2acc36584ddc82e6b041fc 100644 (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>