Skip to content

Commit 075d441

Browse files
author
Michael Meskes
committed
Adding special command line option that is now needed for the one ecpg regression test that was changed.
1 parent b4d298a commit 075d441

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/msvc/ecpg_regression.proj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
<CreateProperty Value="-r prepare" Condition="'%(Pgc.FileName)'=='autoprep'">
4343
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
4444
</CreateProperty>
45+
<CreateProperty Value="-i" Condition="'%(Pgc.FileName)'=='strings'">
46+
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
47+
</CreateProperty>
4548

4649
<!-- Run ECPG and the Visual C++ compiler on the files. Don't bother with dependency check between the steps -->
4750
<Exec WorkingDirectory="%(Pgc.RelativeDir)" Command="$(OUTDIR)ecpg\ecpg -I ../../include --regression $(ECPGPARAM) -o %(Pgc.Filename).c %(Pgc.Filename).pgc" />

0 commit comments

Comments
 (0)