Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7b4453e

Browse files
committed
Fix commandlines for final two ECPG regression tests
1 parent5d0f18d commit7b4453e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎src/tools/msvc/ecpg_regression.proj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
<CreatePropertyValue="-c"Condition="'%(Pgc.FileName)'=='array_of_struct'">
3737
<OutputTaskParameter="Value"PropertyName="ECPGPARAM" />
3838
</CreateProperty>
39+
<CreatePropertyValue="-r questionmarks"Condition="'%(Pgc.FileName)'=='oldexec'">
40+
<OutputTaskParameter="Value"PropertyName="ECPGPARAM" />
41+
</CreateProperty>
42+
<CreatePropertyValue="-r prepare"Condition="'%(Pgc.FileName)'=='autoprep'">
43+
<OutputTaskParameter="Value"PropertyName="ECPGPARAM" />
44+
</CreateProperty>
3945

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp