Commit 075d4412 authored by Michael Meskes's avatar Michael Meskes

Adding special command line option that is now needed for the one ecpg...

Adding special command line option that is now needed for the one ecpg regression test that was changed.
parent b4d298ac
...@@ -42,6 +42,9 @@ ...@@ -42,6 +42,9 @@
<CreateProperty Value="-r prepare" Condition="'%(Pgc.FileName)'=='autoprep'"> <CreateProperty Value="-r prepare" Condition="'%(Pgc.FileName)'=='autoprep'">
<Output TaskParameter="Value" PropertyName="ECPGPARAM" /> <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
</CreateProperty> </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 --> <!-- 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" /> <Exec WorkingDirectory="%(Pgc.RelativeDir)" Command="$(OUTDIR)ecpg\ecpg -I ../../include --regression $(ECPGPARAM) -o %(Pgc.Filename).c %(Pgc.Filename).pgc" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment