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

Commit075d441

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 parentb4d298a commit075d441

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
<CreatePropertyValue="-r prepare"Condition="'%(Pgc.FileName)'=='autoprep'">
4343
<OutputTaskParameter="Value"PropertyName="ECPGPARAM" />
4444
</CreateProperty>
45+
<CreatePropertyValue="-i"Condition="'%(Pgc.FileName)'=='strings'">
46+
<OutputTaskParameter="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
<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