diff options
author | Magnus Hagander <magnus@hagander.net> | 2007-10-03 12:31:18 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2007-10-03 12:31:18 +0000 |
commit | 7b4453e5c1db384c9feadb8f44a6378f3f7135e7 (patch) | |
tree | 06a9ead4c8edf40d0a1091840836bc15402e5e10 /src | |
parent | 5d0f18d6ade7b1a221f78ffc5f9c9456d9076c53 (diff) | |
download | postgresql-7b4453e5c1db384c9feadb8f44a6378f3f7135e7.tar.gz postgresql-7b4453e5c1db384c9feadb8f44a6378f3f7135e7.zip |
Fix commandlines for final two ECPG regression tests
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/msvc/ecpg_regression.proj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/msvc/ecpg_regression.proj b/src/tools/msvc/ecpg_regression.proj index cccd6bce2ed..874ea10dfbd 100644 --- a/src/tools/msvc/ecpg_regression.proj +++ b/src/tools/msvc/ecpg_regression.proj @@ -36,6 +36,12 @@ <CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='array_of_struct'"> <Output TaskParameter="Value" PropertyName="ECPGPARAM" /> </CreateProperty> + <CreateProperty Value="-r questionmarks" Condition="'%(Pgc.FileName)'=='oldexec'"> + <Output TaskParameter="Value" PropertyName="ECPGPARAM" /> + </CreateProperty> + <CreateProperty Value="-r prepare" Condition="'%(Pgc.FileName)'=='autoprep'"> + <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" /> |