OSDN Git Service

Adding special command line option that is now needed for the one ecpg regression...
authorMichael Meskes <meskes@postgresql.org>
Sun, 21 Mar 2010 14:26:58 +0000 (14:26 +0000)
committerMichael Meskes <meskes@postgresql.org>
Sun, 21 Mar 2010 14:26:58 +0000 (14:26 +0000)
src/tools/msvc/ecpg_regression.proj

index 874ea10..b55912e 100644 (file)
@@ -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" />