The new pointer_to_struct test needs a special command line parameter to ecpg.

Hopefully this will fix the buildfarm failures on Windows.
This commit is contained in:
Michael Meskes 2014-04-10 20:37:00 +02:00
parent 8fcccadfea
commit ef29a88457
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@
<CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='array_of_struct'">
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
</CreateProperty>
<CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='pointer_to_struct'">
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
</CreateProperty>
<CreateProperty Value="-r questionmarks" Condition="'%(Pgc.FileName)'=='oldexec'">
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
</CreateProperty>