Adding special command line option that is now needed for the one ecpg regression test that was changed.

This commit is contained in:
Michael Meskes 2010-03-21 14:26:58 +00:00
parent b4d298ac23
commit 075d44120f
1 changed files with 3 additions and 0 deletions

View 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" />