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:52 +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 3ccbe545a71abd6d55c4a5a81118f60d6fc2155e..21e5c2357a2eca5d3204e361f1e381172c79e8e8 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>