From 075d44120fd9e3c33a99246c4f457630f71073a7 Mon Sep 17 00:00:00 2001 From: Michael Meskes <meskes@postgresql.org> Date: Sun, 21 Mar 2010 14:26:58 +0000 Subject: [PATCH] Adding special command line option that is now needed for the one ecpg regression test that was changed. --- src/tools/msvc/ecpg_regression.proj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tools/msvc/ecpg_regression.proj b/src/tools/msvc/ecpg_regression.proj index 874ea10dfbd..b55912e0639 100644 --- a/src/tools/msvc/ecpg_regression.proj +++ b/src/tools/msvc/ecpg_regression.proj @@ -42,6 +42,9 @@ <CreateProperty Value="-r prepare" Condition="'%(Pgc.FileName)'=='autoprep'"> <Output TaskParameter="Value" PropertyName="ECPGPARAM" /> </CreateProperty> + <CreateProperty Value="-i" Condition="'%(Pgc.FileName)'=='strings'"> + <Output TaskParameter="Value" PropertyName="ECPGPARAM" /> + </CreateProperty> <!-- Run ECPG and the Visual C++ compiler on the files. Don't bother with dependency check between the steps --> <Exec WorkingDirectory="%(Pgc.RelativeDir)" Command="$(OUTDIR)ecpg\ecpg -I ../../include --regression $(ECPGPARAM) -o %(Pgc.Filename).c %(Pgc.Filename).pgc" /> -- GitLab