summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meskes2010-03-21 14:26:58 +0000
committerMichael Meskes2010-03-21 14:26:58 +0000
commit075d44120fd9e3c33a99246c4f457630f71073a7 (patch)
tree2a62d4e65a46c565986a9219f005dff344f65b26
parentb4d298ac234cb85df96a3c95f3b7c55183606e4a (diff)
Adding special command line option that is now needed for the one ecpg regression test that was changed.
-rw-r--r--src/tools/msvc/ecpg_regression.proj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/msvc/ecpg_regression.proj b/src/tools/msvc/ecpg_regression.proj
index 874ea10dfb..b55912e063 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" />