mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Adding special command line option that is now needed for the one ecpg regression test that was changed.
This commit is contained in:
parent
b4d298ac23
commit
075d44120f
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user