8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d298a commit 075d441Copy full SHA for 075d441
src/tools/msvc/ecpg_regression.proj
@@ -42,6 +42,9 @@
42
<CreateProperty Value="-r prepare" Condition="'%(Pgc.FileName)'=='autoprep'">
43
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
44
</CreateProperty>
45
+ <CreateProperty Value="-i" Condition="'%(Pgc.FileName)'=='strings'">
46
+ <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
47
+ </CreateProperty>
48
49
<!-- Run ECPG and the Visual C++ compiler on the files. Don't bother with dependency check between the steps -->
50
<Exec WorkingDirectory="%(Pgc.RelativeDir)" Command="$(OUTDIR)ecpg\ecpg -I ../../include --regression $(ECPGPARAM) -o %(Pgc.Filename).c %(Pgc.Filename).pgc" />
0 commit comments